diff --git a/.gitignore b/.gitignore index 0e6c94c..b4d3c61 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ user_data/* install.sh nohup.out points.csv -file.png \ No newline at end of file +file.png +user_data/configs.json diff --git a/V6.py b/V6.py index adbfc9e..6b870bb 100755 --- a/V6.py +++ b/V6.py @@ -858,6 +858,7 @@ else: printf("Canceled. Closing driver and display.") driver.quit() display.stop() + break except Exception as e: log_error(f"Error not catched. Skipping this account. " + format_error(e), driver) printf(f"Error not catched. Skipping this account. {e}")