Skip to content

Commit

Permalink
update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Sep 17, 2024
1 parent f9ff2b2 commit 014b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def get_env_int(key):
"STREAMWISH_API": environ.get("STREAMWISH_API", ""),
"SUDO_USERS": environ.get("SUDO_USERS", ""),
"TOKEN_TIMEOUT": get_env_int("TOKEN_TIMEOUT"),
"UPSTREAM_REPO": environ.get("UPSTREAM_REPO", "https://github.com/5hojib/Aeon")
"UPSTREAM_REPO": environ.get("UPSTREAM_REPO", "https://github.com/5hojib/Aeon"),
"UPSTREAM_BRANCH": environ.get("UPSTREAM_BRANCH", "main"),
"USER_SESSION_STRING": environ.get("USER_SESSION_STRING", ""),
"USE_SA": environ.get("USE_SA", "").lower() == "true",
Expand Down

0 comments on commit 014b9a5

Please sign in to comment.