add connect log
This commit is contained in:
@@ -44,8 +44,12 @@ class ChatManager:
|
||||
self.bb = None
|
||||
|
||||
def disconnect(self, uuid):
|
||||
self.stop(uuid)
|
||||
self.ase_client.disconnect()
|
||||
try:
|
||||
self.stop(uuid)
|
||||
self.ase_client.disconnect()
|
||||
except Exception as e:
|
||||
print("ERROR: disconnect",e)
|
||||
print("disconnect success stop code-server success")
|
||||
|
||||
|
||||
def next_chapter(self):
|
||||
|
||||
Reference in New Issue
Block a user