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)