diff --git a/weex交易/30分钟仿盘交易.py b/weex交易/30分钟仿盘交易.py index 9469d7d..0a24b9d 100644 --- a/weex交易/30分钟仿盘交易.py +++ b/weex交易/30分钟仿盘交易.py @@ -275,7 +275,7 @@ class WeexTransaction: else: self.pbar.n = current_minute - 30 self.pbar.refresh() - current_minute = 0 + if current_minute not in [0, 1, 2, 3, 4, 5, 30, 31, 32, 33, 34, 35]: # 判断是否是 新的30分钟了 time.sleep(10) continue