From 50ba0e9ad949744b0e7a08706c1eac06918c45a5 Mon Sep 17 00:00:00 2001 From: aliw45 Date: Sat, 5 Jul 2025 00:00:18 +0330 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7d1acb3..072aa07 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ remain_up() -bot = telebot.TeleBot("SET TOKEN") +bot = telebot.TeleBot("7752565239:AAHH1b1Y_1fsYaYBxZicO59G3PNZWPiYhTA") def run_php(): subprocess.call('php -S 0.0.0.0:5000', shell=True)