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)