From d31c04c1ff42af861bffb98a9c533d796cd87ec4 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 14:05:35 +0900 Subject: [PATCH] some change --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 02e0806..7bd11a7 100644 --- a/bot.py +++ b/bot.py @@ -54,7 +54,7 @@ def main(): elif message["type"] == "book": on_book(message, state) elif message["type"] == "trade": - on_trade(message, state) + on_trade(message, orderman, state) elif message["type"] == "fill": on_fill(message, orderman, state)