Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9969 authored Sep 17, 2024
1 parent ab45489 commit 2e564a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def is_enabled(value, default):
SESSION = environ.get('SESSION', 'Media_search')
API_ID = int(environ.get('API_ID', '9301087'))
API_HASH = environ.get('API_HASH', 'cbabdb3f23de6326352ef3ac26338d9c')
BOT_TOKEN = environ.get('BOT_TOKEN', "7096433595:AAFh7wpwjY9Xte8uoG8m7cNxcakKEVzLwzI")
BOT_TOKEN = environ.get('BOT_TOKEN', "7496068554:AAG65JE4qQBRyHQ86BPxvFpCrvQx39VnQyI")
TIMEZONE = environ.get("TIMEZONE", "Asia/Kolkata")
# Bot settings
CACHE_TIME = int(environ.get('CACHE_TIME', 300))
Expand Down

0 comments on commit 2e564a2

Please sign in to comment.