should be useful

This commit is contained in:
piair 2022-11-06 13:37:12 +01:00
parent afec68a23e
commit 8d15a555e8
2 changed files with 3 additions and 2 deletions

1
V4.py
View File

@ -755,6 +755,7 @@ def BingMobileSearch(override=randint(22, 25)):
def DailyRoutine(custom = False): def DailyRoutine(custom = False):
try : try :
if not custom: # custom already login
login() login()
except Banned : except Banned :
LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, mail) LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, mail)

View File

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