mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Added some debug
This commit is contained in:
parent
4d87c1b560
commit
38b589bf82
|
@ -17,6 +17,7 @@ if TYPE_CHECKING:
|
|||
|
||||
class AioIRCCat(irc.client_aio.AioSimpleIRCClient):
|
||||
def connect(self, *args, **kwargs):
|
||||
logger.debug("Connecting with {}...".format(args))
|
||||
super().connect(*args, **kwargs)
|
||||
self.connection_details = (args, kwargs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue