From 26ad44fd843619d492908dbc2bcdca73bb944727 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 08 五月 2024 16:31:48 +0800 Subject: [PATCH] bug修复 --- test/test.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test.py b/test/test.py index f3cd26f..fb0c228 100644 --- a/test/test.py +++ b/test/test.py @@ -2,4 +2,4 @@ if __name__ == "__main__": codes = l2_client_for_cb.get_subscript_codes() - print(l2_client_for_cb.get_pre_price(codes)) \ No newline at end of file + # print(l2_client_for_cb.get_pre_price(codes)) \ No newline at end of file -- Gitblit v1.8.0