fix
This commit is contained in:
parent
c146fc7f1e
commit
e76cfc7994
@ -25,4 +25,7 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
|
||||
reply_markup = payload.get('reply_markup')
|
||||
if reply_markup:
|
||||
body['reply_markup'] = reply_markup
|
||||
self.bot.send_message(**body, parse_mode='Markdown')
|
||||
try:
|
||||
self.bot.send_message(**body, parse_mode='Markdown')
|
||||
except Exception as exc:
|
||||
print('Error', str(exc))
|
||||
|
Loading…
Reference in New Issue
Block a user