diff --git a/weex交易/30分钟仿盘交易.py b/weex交易/30分钟仿盘交易.py index f9673d6..60e2a32 100644 --- a/weex交易/30分钟仿盘交易.py +++ b/weex交易/30分钟仿盘交易.py @@ -163,6 +163,8 @@ class WeexTransaction: if current_minute in [0, 30]: # 判断是否是 新的30分钟了 + time.sleep(10) + new_price_datas = self.get_price() if new_price_datas: logger.success("获取最新交易价格成功!!!")