From c557936e0f10bde678a7afe603006662814429eb Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 14:10:13 +0900 Subject: [PATCH] add debug --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 92e6502..8c0ee37 100644 --- a/bot.py +++ b/bot.py @@ -68,6 +68,7 @@ def on_book(message: dict, state: StateManager): bid_price = int(best_price("buy")) ask_price = int(best_price("sell")) + print(message) state.update_bid_ask_price(symbol, bid_price, ask_price)