summaryrefslogtreecommitdiff
path: root/cli/app/settings
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/settings')
-rw-r--r--cli/app/settings/app_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index 4661f8a..36bb457 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -50,7 +50,7 @@ os.makedirs(DIR_RENDERS, exist_ok=True)
# Cortex
# -----------------------------------------------------------------------------
-API_REMOTE = os.environ('API_REMOTE') or 'https://lens.neural.garden'
+API_REMOTE = os.environ['API_REMOTE'] or 'https://lens.neural.garden'
# -----------------------------------------------------------------------------
# Model config