Skip to content

Commit 000d88e

Browse files
authored
Merge branch 'master' into task_test
2 parents cdae4fa + 428df0c commit 000d88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
API_BASE_URL: str = 'https://mlc.nimh.nih.gov/cogmood'
1010
# API_BASE_URL='http://127.0.0.1:5000'
1111
# API_BASE_URL: str = 'NOSERVER'
12+
1213
API_SALT: str = 'SALT'
1314
VERIFY: bool = False
1415
RUNNING_FROM_EXECUTABLE: bool = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')

0 commit comments

Comments
 (0)