diff --git a/plugins/tgbot/startup/tgbot.py b/plugins/tgbot/startup/tgbot.py index 907ea84ec..cd4c530cc 100644 --- a/plugins/tgbot/startup/tgbot.py +++ b/plugins/tgbot/startup/tgbot.py @@ -47,6 +47,7 @@ while True: if 'bot' in cfg and 'app_token' in cfg['bot']: if cfg['bot']['app_token'] != '' and cfg['bot']['app_token'] != 'app_token': break + print('wait input config') time.sleep(3) bot = telebot.TeleBot(cfg['bot']['app_token'])