From 861f54357e0281429103698afe2f441ee78554d2 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 14:35:22 +0900 Subject: [PATCH] remove sleep --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index a470024..dc7aee3 100644 --- a/bot.py +++ b/bot.py @@ -42,7 +42,6 @@ def main(): orderman.sell("BOND", 1001, -99) orderman.buy("BOND", 999, 99) - time.sleep(100) while True: message = exchange.read_message()