From 213b62712a5cfa61dc3d51212fe0d851098989d0 Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 30 Sep 2023 18:32:02 +0200 Subject: [PATCH] hmm chelou cette affaire --- V6.py | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/V6.py b/V6.py index 551963b..12b94fa 100755 --- a/V6.py +++ b/V6.py @@ -848,7 +848,8 @@ def very_custom_start(json): for _ in range(600): sleep(1) print(driver.current_url) - if driver.current_url == "https://www.example.com": + if driver.current_url == "https://example.com/": + print("proceeding") break else : login(driver) diff --git a/version b/version index f947dc5..066a0f7 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.39 +v6.6.40