mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-04-03 13:06:03 +02:00
yapf
This commit is contained in:
parent
1e0ebe89f3
commit
31073101a3
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ class JobQueue(object):
|
||||||
job.run(self.bot)
|
job.run(self.bot)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
self.logger.exception(
|
self.logger.exception('An uncaught error was raised while executing job %s',
|
||||||
'An uncaught error was raised while executing job %s', job.name)
|
job.name)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.logger.debug('Skipping disabled job %s', job.name)
|
self.logger.debug('Skipping disabled job %s', job.name)
|
||||||
|
|
Loading…
Add table
Reference in a new issue