Skip to content

Commit

Permalink
fix: fix ll url parsing (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers authored Dec 15, 2023
1 parent 5e7ac80 commit 22d3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@
CELERY_RESULT_EXTENDED = True

# LL Settings
LL_URL = env.url("LL_URL")
LL_URL = env.str("LL_URL")
LL_TOKEN = env.str("LL_TOKEN", "")

0 comments on commit 22d3e58

Please sign in to comment.