msc: change default paths

pull/6/head
rrr-marble 5 years ago
parent 50a548fcc2
commit a5e3b9759c

@ -9,11 +9,11 @@ from shutil import move
import sqlite3 import sqlite3
# update database residing here # update database residing here
DB_LOCATION = "photovoter.dblite" DB_LOCATION = "../../testbox/photovoter.dblite"
# place compressed images here (needs to exist) # place compressed images here (needs to exist)
DEST_STRUNK = "image/" DEST_STRUNK = "../../testbox/image/"
# move originals here (needs to exist) # move originals here (needs to exist)
DEST_ORIGINAL = "original/" DEST_ORIGINAL = "../../testbox/original/"
def usage(): def usage():

Loading…
Cancel
Save