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