une dingerie cette up^date en vré
This commit is contained in:
parent
56234f2420
commit
642c93de86
3
V6.py
3
V6.py
@ -830,12 +830,13 @@ def very_custom_start(json):
|
|||||||
cred = g._cred[i]
|
cred = g._cred[i]
|
||||||
g._mail = cred[0]
|
g._mail = cred[0]
|
||||||
g._password = cred[1]
|
g._password = cred[1]
|
||||||
|
start = False
|
||||||
for j in ["unban", "tout", "pc", "mobile", "log_points"]:
|
for j in ["unban", "tout", "pc", "mobile", "log_points"]:
|
||||||
try :
|
try :
|
||||||
if str(i) in json[j]:
|
if str(i) in json[j]:
|
||||||
start = True
|
start = True
|
||||||
except KeyError :
|
except KeyError :
|
||||||
pass
|
print(f"none is set to \"{j}\"")
|
||||||
if start:
|
if start:
|
||||||
driver = firefox_driver()
|
driver = firefox_driver()
|
||||||
try :
|
try :
|
||||||
|
Loading…
Reference in New Issue
Block a user