File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import os
22
33class Config :
4- API_ID = int (os .environ .get ("API_ID" , "5047271 " ))
5- API_HASH = os .environ .get ("API_HASH" , "047d9ed308172e637d4265e1d9ef0c27 " )
6- BOT_TOKEN = os .environ .get ("BOT_TOKEN" , "8695305478:AAHxLbmXETYT1XWBLR_AOw1v8ynAkTd_fzA " )
7- MONGODB_URI = os .environ .get ("MONGODB_URI" , "mongodb+srv://iv0x7:Sampath%40%402004@cluster0.mtjm2t1.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0 " )
8- ADMIN_ID = int (os .environ .get ("ADMIN_ID" , "1451534504 " ))
4+ API_ID = int (os .environ .get ("API_ID" , "" ))
5+ API_HASH = os .environ .get ("API_HASH" , "" )
6+ BOT_TOKEN = os .environ .get ("BOT_TOKEN" , "" )
7+ MONGODB_URI = os .environ .get ("MONGODB_URI" , "" )
8+ ADMIN_ID = int (os .environ .get ("ADMIN_ID" , "" ))
99 DOWNLOAD_LOCATION = "./downloads"
10- THUMB_LOCATION = "./thumbs"
10+ THUMB_LOCATION = "./thumbs"
You can’t perform that action at this time.
0 commit comments