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()