From 49f952cfa1dbc5bedaa8a2e136a662bae50aecc1 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 29 十一月 2023 11:14:38 +0800 Subject: [PATCH] bug修改 --- code_attribute/gpcode_manager.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/code_attribute/gpcode_manager.py b/code_attribute/gpcode_manager.py index 86ddbee..1b63305 100644 --- a/code_attribute/gpcode_manager.py +++ b/code_attribute/gpcode_manager.py @@ -591,8 +591,6 @@ def get_limit_up_price_cache(code): if code in __limit_up_price_dict: return __limit_up_price_dict[code] - - return None -- Gitblit v1.8.0