Compare commits
No commits in common. "f8ec8af981d635b1d79bae84dc7fde7eb4599bcc" and "26af411bf4a402b653ea74f09fb83ea8e8761719" have entirely different histories.
f8ec8af981
...
26af411bf4
@ -25,7 +25,4 @@ class Daemon(base.Daemon, queues.TasksHandlerMixin):
|
||||
reply_markup = payload.get('reply_markup')
|
||||
if reply_markup:
|
||||
body['reply_markup'] = reply_markup
|
||||
try:
|
||||
self.bot.send_message(**body, parse_mode='Markdown')
|
||||
except Exception as exc:
|
||||
print('Error', str(exc))
|
||||
self.bot.send_message(**body, parse_mode='Markdown')
|
||||
|
Loading…
Reference in New Issue
Block a user