diff --git a/V6.py b/V6.py index 3c19601..0b2b0a2 100755 --- a/V6.py +++ b/V6.py @@ -403,6 +403,7 @@ def login_part_2(): if get_domain(driver) == "account.microsoft.com": break try: + input(elm_id) driver.find_element(By.ID, elm_id).click() except Exception as e: debug(e) diff --git a/version b/version index 4a10c9c..976ab2f 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.16 +v6.8.17