msc: change default paths

main
rrr-marble 5 years ago
parent 50a548fcc2
commit a5e3b9759c

@ -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():

Loading…
Cancel
Save