This commit is contained in:
27942
2025-10-27 16:42:33 +08:00
parent 50ae8f09b1
commit 3e92955fea

View File

@@ -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("获取最新交易价格成功!!!")