mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
Damm
This commit is contained in:
@@ -28,5 +28,6 @@ class Var(object):
|
||||
URL = "https://{}/".format(FQDN) if ON_HEROKU or NO_PORT else \
|
||||
"http://{}:{}/".format(FQDN, PORT)
|
||||
DATABASE_URL = str(getenv('DATABASE_URL'))
|
||||
PING_INTERVAL = int(getenv('PING_INTERVAL', '500'))
|
||||
UPDATES_CHANNEL = str(getenv('UPDATES_CHANNEL', None))
|
||||
BANNED_CHANNELS = list(set(int(x) for x in str(getenv("BANNED_CHANNELS", "-1001296894100")).split()))
|
||||
BANNED_CHANNELS = list(set(int(x) for x in str(getenv("BANNED_CHANNELS", "-1001296894100")).split()))
|
||||
|
||||
Reference in New Issue
Block a user