del: redundant db columns in update requests

pull/11/head
rrr-marble 4 years ago
parent 2816355886
commit be6a1f4eb7

@ -122,9 +122,7 @@ def update_database(pic_info: dict, db_location: str):
origpath, origpath,
date, date,
GPSLatitude, GPSLatitude,
GPSLatitudeRef, GPSLongitude)
GPSLongitude,
GPSLongitudeRef)
VALUES (:ResizedImage, VALUES (:ResizedImage,
:OriginalImage, :OriginalImage,

Loading…
Cancel
Save