diff --git a/V5.py b/V5.py index 3050cb4..1bf2537 100755 --- a/V5.py +++ b/V5.py @@ -406,6 +406,9 @@ def cookie_login(ldriver): except FileNotFoundError : printf("No cookies file Found.") return(False) + except Exception as e: + log_error(f"error performing cookies login. Trying with password instead. {str(e)}", driver) + return(False) try : ldriver.refresh() except Exception as e: diff --git a/version b/version index b3552f0..f591c17 100644 --- a/version +++ b/version @@ -1 +1 @@ -v5.10.3 +v5.10.4