Skip to content

Commit 7ac3de8

Browse files
committed
add possible setting for force run
1 parent 67049e7 commit 7ac3de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ class ppTagConfig():
3030
PHOTOS_LIBRARY_PATH = "/<some path>/"
3131

3232
# start an update at the start of the script
33-
FORCE_RUN_AT_START = True
33+
FORCE_RUN_AT_START = True # False
3434
###########################################################

0 commit comments

Comments
 (0)