We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a3b11 commit 113d8ddCopy full SHA for 113d8dd
config.py
@@ -5,7 +5,7 @@
5
import platform
6
7
CURRENT_OS: str = platform.system()
8
-API_BASE_URL: str = 'https://technetium.nimh.nih.gov/compmem'
+API_BASE_URL: str = 'https://technetium.nimh.nih.gov/cogmood'
9
VERIFY: bool = False
10
RUNNING_FROM_EXECUTABLE: bool = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
11
# WORKER_ID_PLACEHOLDER_VALUE is the placeholder value assigned to the WorkerID field
0 commit comments