This commit is contained in:
piair
2022-11-05 15:30:55 +01:00
parent 11eaa5189a
commit f668c49e09
3 changed files with 26 additions and 35 deletions

View File

@ -1,3 +1,5 @@
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
class Banned(Exception):
pass

View File

@ -93,7 +93,7 @@ def CustomSleep(temps):
else:
sleep(temps)
except KeyboardInterrupt :
printf("attente annulée", _mail)
printf("attente annulée")