We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2073c37 commit 8842deeCopy full SHA for 8842dee
workflowai/env.py
@@ -17,6 +17,6 @@ def _default_app_url():
17
return "https://workflowai.com"
18
19
20
-WORKFLOWAI_APP_URL = os.getenv("WORKFLOWAI_APP_URL", _default_app_url)
+WORKFLOWAI_APP_URL = os.getenv("WORKFLOWAI_APP_URL", _default_app_url())
21
22
WORKFLOWAI_API_KEY = os.getenv("WORKFLOWAI_API_KEY", "")
0 commit comments