Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 25, 2024
1 parent f99fa48 commit 00c058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def generate_url(
return {"url": url}


if not os.getenv("redirect_url") or not os.getenv("website_redirect_url") or not os.getenv("stats_redirect_url"):
if not os.getenv("PSQL_URL"):
load_dotenv()
# only gunatrees data is loaded properly
# using systemd is better to load up.
Expand Down

0 comments on commit 00c058a

Please sign in to comment.