imseldrith commited on
Commit
12187d5
·
1 Parent(s): 278bb5b

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -4,7 +4,7 @@ class Config(object):
4
  # get a token from @BotFather
5
  TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "5897443670:AAHsm4SNGAenZsZCVg0OO1xiIcvrj93OHOo")
6
  # The Telegram API things
7
- APP_ID = int(os.environ.get("APP_ID", "2276460"))
8
  API_HASH = os.environ.get("API_HASH",'1ee636feaecb523f12c844416dda70e3')
9
  # Get these values from my.telegram.org
10
  # Array to store users who are authorized to use the bot
 
4
  # get a token from @BotFather
5
  TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "5897443670:AAHsm4SNGAenZsZCVg0OO1xiIcvrj93OHOo")
6
  # The Telegram API things
7
+ APP_ID = int(os.environ.get("APP_ID", 2276460))
8
  API_HASH = os.environ.get("API_HASH",'1ee636feaecb523f12c844416dda70e3')
9
  # Get these values from my.telegram.org
10
  # Array to store users who are authorized to use the bot