diff --git a/ofx_processor/downloaders/lcl.py b/ofx_processor/downloaders/lcl.py index 0cbdd05..fd27efe 100644 --- a/ofx_processor/downloaders/lcl.py +++ b/ofx_processor/downloaders/lcl.py @@ -56,6 +56,7 @@ class LclDownloader: try: self._click(By.CSS_SELECTOR, ".app-cta-button--primary") click.secho("Dismissing welcome screen...", fg="blue") + sleep(2) except NoSuchElementException: click.secho("No welcome screen found.", fg="blue") diff --git a/pyproject.toml b/pyproject.toml index 8dd5cff..111c943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ofx-processor" -version = "4.4.0" +version = "4.4.1" description = "Personal ofx processor" readme = "README.md" authors = ["Gabriel Augendre "]