From de1673309a872eb2e22b28d657c598913358d7db Mon Sep 17 00:00:00 2001 From: DXDDAGGER Date: Thu, 17 Jul 2025 15:59:13 +0530 Subject: [PATCH] Update info.py --- info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.py b/info.py index c7f38a8..e7f366e 100644 --- a/info.py +++ b/info.py @@ -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() @@ -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 - \ No newline at end of file +