nayminsan commited on
Commit
4fbbe7c
·
verified ·
1 Parent(s): 744d6ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ API_HASH = "a524f28572523984696d1d3a95d0d6ae"
15
  # Use environment variable for session string if available, otherwise fallback to the hardcoded one
16
  SESSION_STRING = os.environ.get("SESSION_STRING")
17
 
18
- WORKER_URL = "https://yuya.nmsgpt.workers.dev/"
19
 
20
  # Initialize the Telethon client
21
  client = TelegramClient(StringSession(SESSION_STRING), API_ID, API_HASH)
 
15
  # Use environment variable for session string if available, otherwise fallback to the hardcoded one
16
  SESSION_STRING = os.environ.get("SESSION_STRING")
17
 
18
+ WORKER_URL = "https://aibot.aungminsan23.workers.dev/"
19
 
20
  # Initialize the Telethon client
21
  client = TelegramClient(StringSession(SESSION_STRING), API_ID, API_HASH)