Spaces:
sahanind
/
No application file

sahanind commited on
Commit
c37604b
·
verified ·
1 Parent(s): 8ede714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -21,6 +21,12 @@ btoken = os.getenv("BOT")
21
  chnl = os.getenv("CHN")
22
 
23
 
 
 
 
 
 
 
24
  app = Flask("Simplz")
25
  app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///database.db'
26
  app.config['SECRET_KEY'] = 'your_secret_key'
 
21
  chnl = os.getenv("CHN")
22
 
23
 
24
+ api_id = int(app_id)
25
+ api_hash = str(api_hash)
26
+ bot_token = str(btoken)
27
+ channel= int(chnl)
28
+
29
+
30
  app = Flask("Simplz")
31
  app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///database.db'
32
  app.config['SECRET_KEY'] = 'your_secret_key'