Updated client/client.py

This commit is contained in:
mirai 2022-12-02 08:22:00 +03:00
parent 823e5328ea
commit 7b718b5c7d

View File

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