Skip to content

Commit 3107310

Browse files
committed
yapf
1 parent 1e0ebe8 commit 3107310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telegram/ext/jobqueue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def tick(self):
128128
job.run(self.bot)
129129

130130
except:
131-
self.logger.exception(
132-
'An uncaught error was raised while executing job %s', job.name)
131+
self.logger.exception('An uncaught error was raised while executing job %s',
132+
job.name)
133133

134134
else:
135135
self.logger.debug('Skipping disabled job %s', job.name)

0 commit comments

Comments
 (0)