This commit is contained in:
27942
2025-10-27 17:16:08 +08:00
parent 2e291be0e8
commit 774acd4f20

View File

@@ -35,7 +35,7 @@ class WeexTransaction:
self.direction = None # 信号类型
self.pbar = None # 进度条对象
self.pbar = tqdm(total=30) # 进度条对象
def openBrowser(self, ): # 直接指定ID打开窗口也可以使用 createBrowser 方法返回的ID
@@ -160,8 +160,6 @@ class WeexTransaction:
self.page.listen.start("public/quote/v1/getKlineV2")
logger.success("浏览器开启抓包模式。。。")
self.pbar = tqdm(total=30) # 重置进度条
while True:
# 获取当前时间