mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01: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)
|
||||
|
||||
except:
|
||||
self.logger.exception(
|
||||
'An uncaught error was raised while executing job %s', job.name)
|
||||
self.logger.exception('An uncaught error was raised while executing job %s',
|
||||
job.name)
|
||||
|
||||
else:
|
||||
self.logger.debug('Skipping disabled job %s', job.name)
|
||||
|
|
Loading…
Reference in a new issue