X Tutup
Skip to content

Commit 6b7144b

Browse files
committed
🚨 fix yapf
1 parent f8b1344 commit 6b7144b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

telegram/ext/conversationhandler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ def check_update(self, update):
132132
try:
133133
res = new_state.result(timeout=self.run_async_timeout)
134134
except Exception as exc:
135-
self.logger.exception("promise function raised exception: %s" %
136-
exc)
135+
self.logger.exception("Promise function raised exception")
137136
error = True
138137

139138
if not error and new_state.done.is_set():

0 commit comments

Comments
 (0)
X Tutup