mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-12 22:24:47 +02:00
better
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
from selenium.common.exceptions import TimeoutException, NoSuchElementException, ElementClickInterceptedException
|
||||
|
||||
class Banned(Exception):
|
||||
pass
|
||||
|
||||
|
@ -93,7 +93,7 @@ def CustomSleep(temps):
|
||||
else:
|
||||
sleep(temps)
|
||||
except KeyboardInterrupt :
|
||||
printf("attente annulée", _mail)
|
||||
printf("attente annulée")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user