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