From 4c480ad8d093741ccbeacada2e596a20268b9144 Mon Sep 17 00:00:00 2001 From: / Lynn ?? Date: Tue, 18 Mar 2025 00:33:53 +0700 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..8327580 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ remain_up() -bot = telebot.TeleBot("SET TOKEN") +bot = telebot.TeleBot("8193457229:AAGH8k1NRdobNGzndOQyA_hJ1hFDhqfI-Aw") def run_php(): subprocess.call('php -S 0.0.0.0:5000', shell=True)