une dingerie cette up^date en vré

This commit is contained in:
piair 2023-09-30 18:02:14 +02:00
parent 56234f2420
commit 642c93de86
2 changed files with 3 additions and 2 deletions

3
V6.py
View File

@ -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 :

View File

@ -1 +1 @@
v6.6.33 v6.6.34