Skip to content

Commit

Permalink
Update vars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tk22kalal authored Nov 14, 2023
1 parent c1ba0eb commit 36677cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adarsh/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Var(object):
BIN_CHANNEL = int(getenv('BIN_CHANNEL', ''))
PORT = int(getenv('PORT', 8080))
BIND_ADRESS = str(getenv('WEB_SERVER_BIND_ADDRESS', '0.0.0.0'))
PING_INTERVAL = int(environ.get("PING_INTERVAL", "")) # 20 minutes
PING_INTERVAL = int(environ.get("PING_INTERVAL", "1200")) # 20 minutes
OWNER_ID = set(int(x) for x in os.environ.get("OWNER_ID", "").split())
NO_PORT = bool(getenv('NO_PORT', False))
APP_NAME = None
Expand Down

0 comments on commit 36677cc

Please sign in to comment.