fewfef
This commit is contained in:
@@ -66,11 +66,12 @@ class Hub_Web:
|
||||
|
||||
bit_id = createBrowser(
|
||||
name=self.x_info.user_name,
|
||||
proxyType="http",
|
||||
groupId=fz_datas['推特'],
|
||||
host=self.ips_info.host,
|
||||
port=int(self.ips_info.port),
|
||||
proxyUserName=self.ips_info.username,
|
||||
proxyPassword=self.ips_info.password,
|
||||
host="104.168.59.92",
|
||||
port=int(random.randint(20001, 25000)),
|
||||
# proxyUserName=self.ips_info.username,
|
||||
# proxyPassword=self.ips_info.password,
|
||||
)
|
||||
|
||||
self.xstart_info.bit_id = bit_id
|
||||
|
||||
Reference in New Issue
Block a user