|
|
@@ -7,7 +7,7 @@ from logger_config import logger
|
|
|
from data_processing import on_message_depth, stop_event
|
|
|
|
|
|
# Binance WebSocket API URL
|
|
|
-SYMBOL = "1000pepe" + "usdt"
|
|
|
+SYMBOL = "not" + "usdt"
|
|
|
SOCKET_DEPTH = "wss://fstream.binance.com/stream?streams=" + SYMBOL + "@depth20@100ms"
|
|
|
|
|
|
|