Skip to content

Commit

Permalink
Don't log exception inside tui
Browse files Browse the repository at this point in the history
  • Loading branch information
rakoo committed Dec 9, 2024
1 parent 77f8c8f commit 6ff6eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toot/tui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def _done(future):
self.loop.set_alarm_in(0, lambda *args: done_callback(result))
except Exception as ex:
exception = ex
logger.exception(exception)
self.loop.set_alarm_in(0, lambda *args: _error_callback(exception))

# TODO: replace by `self.loop.event_loop.run_in_executor` at some point
Expand Down

0 comments on commit 6ff6eed

Please sign in to comment.