From 7b718b5c7d3b58f9e1523c86672c4ff1f041b290 Mon Sep 17 00:00:00 2001 From: mirai Date: Fri, 2 Dec 2022 08:22:00 +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 23ecda3..6afecad 100644 --- a/client/client.py +++ b/client/client.py @@ -7,6 +7,7 @@ import threading from colorama import init from colorama import Fore from cryptography.fernet import Fernet +from websocket import create_connection init()