From 4990f906e77279854b7f344d9fd47b3bf0a77c40 Mon Sep 17 00:00:00 2001 From: sonuydv2555-lab Date: Sun, 14 Dec 2025 02:19:10 +0530 Subject: [PATCH] Update config.py --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 632e47c..f0e0c58 100644 --- a/config.py +++ b/config.py @@ -2,10 +2,10 @@ class Config(object): # get a token from @BotFather - BOT_TOKEN = os.environ.get("BOT_TOKEN", "") + BOT_TOKEN = os.environ.get("BOT_TOKEN", "8197291636:AAETAqAwH8BYwYJoQqMbW3cPcEcrKws8xW8") # The Telegram API things - API_ID = int(os.environ.get("API_ID", 12345)) - API_HASH = os.environ.get("API_HASH") + API_ID = int(os.environ.get("API_ID", 26271673)) + API_HASH = os.environ.get("API_HASH" 0e807111856890e4770b3e5a3324ec5f) # Get these values from my.telegram.org # the download location, where the HTTP Server runs DOWNLOAD_LOCATION = "./DOWNLOADS" @@ -24,7 +24,7 @@ class Config(object): # set timeout for subprocess PROCESS_MAX_TIMEOUT = 3600 # your telegram id - OWNER_ID = int(os.environ.get("OWNER_ID", "")) + OWNER_ID = int(os.environ.get("OWNER_ID", "820017857")) SESSION_NAME = "UPLOADER-X-BOT" # database uri (mongodb) DATABASE_URL = os.environ.get("DATABASE_URL", "")