Skip to content

Commit

Permalink
Remove duplicated exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 28, 2024
1 parent 6893588 commit 8b42471
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/irccat-aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def main():
print(sys.exc_info()[1])
raise SystemExit(1) from None

except irc.client.ServerConnectionError:
print(sys.exc_info()[1])
raise SystemExit(1) from None

c.add_global_handler("welcome", on_connect)
c.add_global_handler("join", on_join)
c.add_global_handler("disconnect", on_disconnect)
Expand Down

0 comments on commit 8b42471

Please sign in to comment.