add debug

This commit is contained in:
2026-05-09 14:10:13 +09:00
parent 8db85d0c0e
commit c557936e0f

1
bot.py
View File

@@ -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)