diff --git a/util/import_photos.py b/util/import_photos.py index fdee042..3ecaacf 100644 --- a/util/import_photos.py +++ b/util/import_photos.py @@ -9,11 +9,11 @@ from shutil import move import sqlite3 # update database residing here -DB_LOCATION = "photovoter.dblite" +DB_LOCATION = "../../testbox/photovoter.dblite" # place compressed images here (needs to exist) -DEST_STRUNK = "image/" +DEST_STRUNK = "../../testbox/image/" # move originals here (needs to exist) -DEST_ORIGINAL = "original/" +DEST_ORIGINAL = "../../testbox/original/" def usage():