This commit is contained in:
27942
2025-11-04 12:11:29 +08:00
parent a27bf00bb4
commit 0eb2d7fd10

View File

@@ -276,7 +276,7 @@ class WeexTransaction:
self.pbar.n = current_minute - 30
self.pbar.refresh()
if current_minute not in [0, 1, 2, 30, 31, 32]: # 判断是否是 新的30分钟了
if current_minute not in [0, 1, 2, 3, 4, 5, 30, 31, 32, 33, 34, 35]: # 判断是否是 新的30分钟了
time.sleep(10)
continue