ChD1
Results
1
comments of
ChD1
I use this part of code in celery periodic task: ``` bot = DjangoTelegramBot.getBot('bot_name') bot.sendMessage(chat_id, "Hello") ``` But i see only this error: `AttributeError: 'NoneType' object has no attribute 'sendMessage`'...