Skip to content

Commit 113d8dd

Browse files
committed
fix url
1 parent e2a3b11 commit 113d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66

77
CURRENT_OS: str = platform.system()
8-
API_BASE_URL: str = 'https://technetium.nimh.nih.gov/compmem'
8+
API_BASE_URL: str = 'https://technetium.nimh.nih.gov/cogmood'
99
VERIFY: bool = False
1010
RUNNING_FROM_EXECUTABLE: bool = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
1111
# WORKER_ID_PLACEHOLDER_VALUE is the placeholder value assigned to the WorkerID field

0 commit comments

Comments
 (0)