Skip to content

Commit

Permalink
Fixed attribute error in ror_connection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danmackey committed Sep 2, 2023
1 parent 7bdeaef commit 90e1ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ror_server_bot/ror_bot/ror_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def _new_listener(self, event: str, listener: Callable):
"""
logger.debug(
'[EVENT] event=%r new_listener=%r',
event.value,
event,
listener.__name__
)

Expand Down

0 comments on commit 90e1ea9

Please sign in to comment.