Skip to content

Commit

Permalink
Update sopel/bot.py
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <[email protected]>
  • Loading branch information
Exirel and dgw authored Oct 18, 2024
1 parent 4424ca8 commit 0690270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sopel/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,7 @@ def error(
"""Called internally when a plugin causes an error.
:param trigger: the IRC line that caused the error (if available)
:param exception: the exception raised by the error (if
available)
:param exception: the exception raised by the error (if available)
"""
message = 'Unexpected error'
if exception:
Expand Down

0 comments on commit 0690270

Please sign in to comment.