From 0f71b5a99e3e4d36eda4639ee37fe00dfa66bdd0 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 15 八月 2023 15:21:10 +0800 Subject: [PATCH] ++++++++++++++++ bug修复- --- main.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/main.py b/main.py index e16f1cf..1ba3a0d 100644 --- a/main.py +++ b/main.py @@ -83,4 +83,7 @@ # L1璁㈤槄鏁版嵁 huaxin_api.l1_client.run_async(pl1t_l1) # 灏唗radeServer浣滀负涓昏繘绋� + while True: + psl2_strategy.send(f"{time.time()}") + time.sleep(2) input() -- Gitblit v1.8.0