From 786fb9ae6e96d18d4c97e3ae69d6cac5affaa91f Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 30 十月 2023 11:15:35 +0800 Subject: [PATCH] bug修复 --- l2/transaction_progress.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/l2/transaction_progress.py b/l2/transaction_progress.py index 60e6ee0..551d6cf 100644 --- a/l2/transaction_progress.py +++ b/l2/transaction_progress.py @@ -186,7 +186,7 @@ return index, is_default # 璁剧疆浜ゆ槗杩涘害 - def set_traded_index(self, code, index, total_datas=None): + def set_traded_index(self, code, index, total_datas = None): last_info = self.latest_buy_progress_index_cache.get(code) if not last_info or last_info[0] != index: if last_info: -- Gitblit v1.8.0