Updated client/client.py

This commit is contained in:
mirai 2022-12-02 08:26:30 +03:00
parent 09bca5e737
commit c9da7fdeae

View File

@ -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