[log] print

This commit is contained in:
IrvingGao 2024-06-21 17:04:00 +08:00
parent 47ceb6abc4
commit 41bf558654
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ class WebSocketClinet:
if is_end:
# print("put None to client queue.")
self.client_queue.put(None)
print(f"{datetime.now()}: conversation is end.")
return True
else:
return False