fix #5

Merged
emmatveev merged 1 commits from master into dev 2024-11-27 04:14:59 +03:00
Showing only changes of commit 652d0618fd - Show all commits

View File

@ -35,7 +35,7 @@ class Daemon(base.Daemon):
self.telegram_pollers[project_name][bot_name] = None
time.sleep(10)
def start_polling(telegram_token, queue):
def start_polling(self, telegram_token, queue):
bot = telebot.TeleBot(telegram_token)
@bot.message_handler()
def do_action(message):