Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
refactor[trade]remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
汉广 committed Jun 24, 2023
1 parent 209c8d6 commit 1ebe9b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/jx3/price_goods/lib/Caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 1ebe9b5

Please sign in to comment.