From 1ebe9b59d952aa377538e60efa4e91db53850c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=89=E5=B9=BF?= Date: Sat, 24 Jun 2023 14:41:06 +0800 Subject: [PATCH] refactor[trade]remove comment --- src/plugins/jx3/price_goods/lib/Caches.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/jx3/price_goods/lib/Caches.py b/src/plugins/jx3/price_goods/lib/Caches.py index 526bb24d2..da4e1d84b 100644 --- a/src/plugins/jx3/price_goods/lib/Caches.py +++ b/src/plugins/jx3/price_goods/lib/Caches.py @@ -30,7 +30,6 @@ def flush_CACHE_PriceSummary(): read(cache_file_detail)) # 每次重启后从磁盘加载缓存 CACHE_Goods_PriceDetail = dict([[x, dict2obj(GoodsPriceDetail(), CACHE_Goods_PriceDetail[x])] for x in CACHE_Goods_PriceDetail]) # 转换为类 -# CACHE_Goods_PriceDetail: dict([id , datetime_hour] : GoodsPrice) def flush_CACHE_PriceDetail():