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)