Skip to content

Commit 8842dee

Browse files
committed
fix: default app url
1 parent 2073c37 commit 8842dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflowai/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def _default_app_url():
1717
return "https://workflowai.com"
1818

1919

20-
WORKFLOWAI_APP_URL = os.getenv("WORKFLOWAI_APP_URL", _default_app_url)
20+
WORKFLOWAI_APP_URL = os.getenv("WORKFLOWAI_APP_URL", _default_app_url())
2121

2222
WORKFLOWAI_API_KEY = os.getenv("WORKFLOWAI_API_KEY", "")

0 commit comments

Comments
 (0)