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]
|
||||
g._mail = cred[0]
|
||||
g._password = cred[1]
|
||||
start = False
|
||||
for j in ["unban", "tout", "pc", "mobile", "log_points"]:
|
||||
try :
|
||||
if str(i) in json[j]:
|
||||
start = True
|
||||
except KeyError :
|
||||
pass
|
||||
print(f"none is set to \"{j}\"")
|
||||
if start:
|
||||
driver = firefox_driver()
|
||||
try :
|
||||
|
|
Loading…
Reference in New Issue