Skip to content

Commit 5cf1216

Browse files
authored
Rename SQLiteImageHandler.py to SQLiteImageHandler/SQLiteImageHandler.py
1 parent 666c7b0 commit 5cf1216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ def updateImage(self, imageName : str = None, newImageBytes : bytes = None, newE
172172
self.connection.commit()
173173
print("Image updated successfully")
174174
except Exception as error:
175-
print(error)
175+
print(error)

0 commit comments

Comments
 (0)