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