dragxd commited on
Commit
8da327c
·
verified ·
1 Parent(s): 69c2c91

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +2 -2
variables.py CHANGED
@@ -19,8 +19,8 @@ class Config(object):
19
 
20
  # <================================================ REQUIRED ======================================================>
21
  # Telegram API configuration
22
- API_ID = 20875710 # Get this value from my.telegram.org/apps
23
- API_HASH = "8dbc37a8482664267dcf6cffc1d595da"
24
 
25
  # Database configuration (PostgreSQL)
26
  DATABASE_URL = "postgres://avnadmin:[email protected]:28525/defaultdb?sslmode=require"
 
19
 
20
  # <================================================ REQUIRED ======================================================>
21
  # Telegram API configuration
22
+ API_ID = 21188444 # Get this value from my.telegram.org/apps
23
+ API_HASH = "031ff911c40173e28290e2f44fcb4b56"
24
 
25
  # Database configuration (PostgreSQL)
26
  DATABASE_URL = "postgres://avnadmin:[email protected]:28525/defaultdb?sslmode=require"