From c9da7fdeae64048584d4a5d6a2af6a0096202057 Mon Sep 17 00:00:00 2001 From: mirai Date: Fri, 2 Dec 2022 08:26:30 +0300 Subject: [PATCH] Updated client/client.py --- client/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.py b/client/client.py index 037e6c2..bf08597 100644 --- a/client/client.py +++ b/client/client.py @@ -63,7 +63,6 @@ class Client: while True: time.sleep(0.05) #r = requests.post(self.info_url) - ws.send(payload="") r = ws.recv() if last_try == eval(r): continue