mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21:24:50 +00:00
Log info when disconnecting
This commit is contained in:
parent
672515f11a
commit
440654a63f
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class Connection:
|
|||
|
||||
def close(self):
|
||||
self.connection.close()
|
||||
log.info("Disconnected")
|
||||
|
||||
def send(self, data: bytes):
|
||||
with self.lock:
|
||||
|
|
|
|||
Loading…
Reference in a new issue