From 1bcf53b4af169599cc2301ebea4aebc85ca84e2c Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 30 Sep 2023 18:29:47 +0200 Subject: [PATCH] autoconnect test + issue with stop --- Flask/templates/vnc_post.html | 2 +- V6.py | 3 ++- version | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Flask/templates/vnc_post.html b/Flask/templates/vnc_post.html index 3707a2a..3c3e7f4 100644 --- a/Flask/templates/vnc_post.html +++ b/Flask/templates/vnc_post.html @@ -10,7 +10,7 @@ - +
diff --git a/V6.py b/V6.py index 458ebac..551963b 100755 --- a/V6.py +++ b/V6.py @@ -847,7 +847,8 @@ def very_custom_start(json): print("\nGO TO exmaple.com TO PROCEED or wait 600 secs.") for _ in range(600): sleep(1) - if driver.current_url == "https://example.com": + print(driver.current_url) + if driver.current_url == "https://www.example.com": break else : login(driver) diff --git a/version b/version index 3147ffc..f947dc5 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.6.38 +v6.6.39