diff --git a/V5.py b/V5.py index ef620a7..f2fd2ce 100755 --- a/V5.py +++ b/V5.py @@ -412,7 +412,6 @@ def login_part_2(ldriver, cookies = False): if ('Abuse' in ldriver.current_url) : raise Banned() if ('identity' in ldriver.current_url) : - custom_sleep(100) raise Identity() if ('notice' in ldriver.current_url) : ldriver.find_element(By.ID, "id__0").click() @@ -681,6 +680,9 @@ def daily_routine(custom = False): except Banned : log_error("This account is locked. Fix that. (-U ?)", driver) return() + except Identity : + log_error("This account has an issue. Fix that.", driver) + return() try: all_cards() diff --git a/version b/version index aecb281..9f814f2 100644 --- a/version +++ b/version @@ -1 +1 @@ -v5.10.1 +v5.10.2