From 6ac60369545a2f8e056387ab64cf0ece5de407f4 Mon Sep 17 00:00:00 2001 From: mirai Date: Fri, 2 Dec 2022 08:22:30 +0300 Subject: [PATCH] Updated client/client.py --- client/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client.py b/client/client.py index 6afecad..1a7d42d 100644 --- a/client/client.py +++ b/client/client.py @@ -57,6 +57,7 @@ class Client: return message[0] + ": " + message[1] + Fore.WHITE def update_info(self): + ws = create_connection("ws://localhost:1212/update") last_try = None while True: time.sleep(0.05)