chore: Some changes
This commit is contained in:
@@ -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,2 +1,3 @@
|
||||
selenium==4.43.0
|
||||
websockets==16.0
|
||||
python-dotenv==1.2.2
|
||||
|
||||
Reference in New Issue
Block a user