diff --git a/V6.py b/V6.py index e98cc5b..07e0351 100755 --- a/V6.py +++ b/V6.py @@ -469,7 +469,7 @@ def login_part_2(ldriver, cookies = False): ldriver.find_element(BY.ID, "iLooksGood") if cookies: save_cookies(ldriver) - for id in ["KmsiCheckboxField", "id__0", "iLooksGood", "idSIButton9", "iCancel"]: + for id in ["iNext", "KmsiCheckboxField", "id__0", "iLooksGood", "idSIButton9", "iCancel"]: if get_domain(ldriver) == "account.microsoft.com": break try: diff --git a/version b/version index 605498a..09f87e5 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.7.1 +v6.7.2