del: redundant db columns in update requests

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

@ -121,10 +121,8 @@ def update_database(pic_info: dict, db_location: str):
"""INSERT INTO images(resizedpath, """INSERT INTO images(resizedpath,
origpath, origpath,
date, date,
GPSLatitude, GPSLatitude,
GPSLatitudeRef, GPSLongitude)
GPSLongitude,
GPSLongitudeRef)
VALUES (:ResizedImage, VALUES (:ResizedImage,
:OriginalImage, :OriginalImage,

Loading…
Cancel
Save