Handle the polymarket changes

This commit is contained in:
warproxxx
2025-04-17 17:39:58 -07:00
parent 5b5fa5a180
commit a1140c076f
5 changed files with 93 additions and 78 deletions
+3
View File
@@ -9,6 +9,9 @@ from poly_data.data_utils import update_markets, update_positions, update_orders
from poly_data.websocket_handlers import connect_market_websocket, connect_user_websocket
import poly_data.global_state as global_state
from poly_data.data_processing import remove_from_performing
from dotenv import load_dotenv
load_dotenv()
def update_once():
"""