fwefwf
This commit is contained in:
@@ -333,6 +333,12 @@ class Hub_Web:
|
||||
# except:
|
||||
# pass
|
||||
|
||||
# 发推
|
||||
# self.x_tab.ele('x://*[@id="react-root"]/div/div/div[2]/main/div/div/div/div/div/div[3]/div/div[2]/div[1]/div/div/div/div[2]/div[1]/div/div/div/div/div/div/div/div/div/div/div/div[1]/div/div/div/div/div/div[2]/div/div/div/div').input("Websea顶级渠道,注册就可享受websea合约85%返佣,量大可谈,欢迎代理咨询。 TG(飞机):http://t.me/webseadds")
|
||||
# time.sleep(5)
|
||||
# self.x_tab.ele('x://*[@id="react-root"]/div/div/div[2]/main/div/div/div/div/div/div[3]/div/div[2]/div[1]/div/div/div/div[2]/div[2]/div[2]/div/div/div/button').click()
|
||||
# time.sleep(5)
|
||||
|
||||
self.page.quit()
|
||||
|
||||
|
||||
@@ -340,7 +346,7 @@ if __name__ == '__main__':
|
||||
|
||||
# 同时运行
|
||||
max_threads = 10
|
||||
delay_between_start = 10 # 每次启动线程之间的延迟时间(秒)
|
||||
delay_between_start = 1 # 每次启动线程之间的延迟时间(秒)
|
||||
|
||||
with ThreadPoolExecutor(max_workers=max_threads) as executor:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user