ignore pls

This commit is contained in:
piair 2023-06-21 21:30:07 +02:00
parent fb6bdf385e
commit 8694c4d30b
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@ user_data/*
install.sh
nohup.out
points.csv
file.png
file.png
user_data/configs.json

1
V6.py
View File

@ -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}")