diff --git a/交易/weex_交易.py b/交易/weex_交易.py index cd5879a..9ced481 100644 --- a/交易/weex_交易.py +++ b/交易/weex_交易.py @@ -373,8 +373,8 @@ class WeexTransaction: self.pbar.n = current_minute - 30 self.pbar.refresh() - # if current_minute not in [0, 1, 2, 3, 4, 5, 30, 31, 32, 33, 34, ]: # 判断是否是 新的30分钟了 - if current_minute not in range(60): # 判断是否是 新的30分钟了 + if current_minute not in [0, 1, 2, 3, 4, 5, 30, 31, 32, 33, 34, ]: # 判断是否是 新的30分钟了 + # if current_minute not in range(60): # 判断是否是 新的30分钟了 time.sleep(10) continue