rgfewfger
This commit is contained in:
@@ -22,7 +22,7 @@ class Hub_Web:
|
||||
self.page = None
|
||||
self.x_tab = None
|
||||
|
||||
self.start() # 执行类时,就启动的方法
|
||||
# self.start() # 执行类时,就启动的方法
|
||||
|
||||
def start(self):
|
||||
|
||||
@@ -422,6 +422,7 @@ class Hub_Web:
|
||||
time.sleep(random.randint(1, 10))
|
||||
|
||||
def account_nurturing(self):
|
||||
self.start()
|
||||
|
||||
titles = ["Bianca", "币安", "OKX", "bitget", "bybit", "mexc"]
|
||||
random_element = random.choice(titles)
|
||||
|
||||
Reference in New Issue
Block a user