Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def is_valid_ip(ip):
return re.match(ip_pattern, ip) is not None

# Bot information
API_ID = environ.get('API_ID', '')
API_ID = environ.get('API_ID', '6674102')
if len(API_ID) == 0:
logger.error('API_ID is missing, exiting now')
exit()
Expand Down Expand Up @@ -158,4 +158,4 @@ def is_valid_ip(ip):
if len(UPI_ID) == 0 or len(UPI_NAME) == 0:
logger.info('IS_PREMIUM disabled due to empty UPI_ID or UPI_NAME')
IS_PREMIUM = False