chore: Some changes

This commit is contained in:
2026-04-21 18:14:04 +02:00
parent 55c4e4bd9b
commit 4508d78b89
5 changed files with 25 additions and 0 deletions
+3
View File
@@ -1,10 +1,13 @@
import asyncio
import logging
import websockets
from dotenv import load_dotenv
from config import LOCAL_HOST, LOCAL_PORT
from websocket_client import handle_connection
load_dotenv()
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [%(levelname)s] %(message)s",
+1
View File
@@ -1,2 +1,3 @@
selenium==4.43.0
websockets==16.0
python-dotenv==1.2.2