This commit is contained in:
Eragon 2022-12-14 23:32:12 +01:00
parent f059c1914c
commit 4d4f71bafa
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 1 additions and 1 deletions

2
irc.py
View File

@ -123,7 +123,7 @@ class IRC(object):
elif len(m):
if store:
self._inbox.put(m)
loggin.debug(f"_handle has quit: running={self.running}")
logging.debug(f"_handle has quit: running={self.running}")
def _send(self, raw):
""" Wrap and encode raw message to send """