From 642c93de861612b2427c8e41e48c58067be30241 Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 30 Sep 2023 18:02:14 +0200 Subject: [PATCH] =?UTF-8?q?une=20dingerie=20cette=20up^date=20en=20vr?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- V6.py | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/V6.py b/V6.py index c4264bd..67e16c5 100755 --- a/V6.py +++ b/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 : diff --git a/version b/version index 53275d3..3ad5aee 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.33 +v6.6.34