From 492d4e72ff94d36ff385d3f958f7150f571f1b16 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 21 三月 2024 00:28:23 +0800 Subject: [PATCH] S撤调整 --- l2/code_price_manager.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/l2/code_price_manager.py b/l2/code_price_manager.py index ec9921a..d1e5003 100644 --- a/l2/code_price_manager.py +++ b/l2/code_price_manager.py @@ -64,6 +64,8 @@ val = RedisUtils.get(redis_, key) val = round(float(val), 2) tool.CodeDataCacheUtil.set_cache(cls.__open_limit_up_lowest_price_cache, code, val) + except Exception as e: + pass finally: RedisUtils.realse(redis_) -- Gitblit v1.8.0