[log] print
This commit is contained in:
parent
47ceb6abc4
commit
41bf558654
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue