From 5ead7cd982454abcbd7401cfd6726fe94a9aaaa3 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 14:24:16 +0900 Subject: [PATCH] add dbg --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index e91a4bb..b462085 100644 --- a/bot.py +++ b/bot.py @@ -41,6 +41,7 @@ def main(): orderman.sell("BOND", 1001, 99) orderman.buy("BOND", 999, 99) + return while True: message = exchange.read_message()