ignore pls
This commit is contained in:
parent
fb6bdf385e
commit
8694c4d30b
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,4 +11,5 @@ user_data/*
|
|||||||
install.sh
|
install.sh
|
||||||
nohup.out
|
nohup.out
|
||||||
points.csv
|
points.csv
|
||||||
file.png
|
file.png
|
||||||
|
user_data/configs.json
|
||||||
|
1
V6.py
1
V6.py
@ -858,6 +858,7 @@ else:
|
|||||||
printf("Canceled. Closing driver and display.")
|
printf("Canceled. Closing driver and display.")
|
||||||
driver.quit()
|
driver.quit()
|
||||||
display.stop()
|
display.stop()
|
||||||
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log_error(f"Error not catched. Skipping this account. " + format_error(e), driver)
|
log_error(f"Error not catched. Skipping this account. " + format_error(e), driver)
|
||||||
printf(f"Error not catched. Skipping this account. {e}")
|
printf(f"Error not catched. Skipping this account. {e}")
|
||||||
|
Loading…
Reference in New Issue
Block a user