should be useful
This commit is contained in:
parent
afec68a23e
commit
8d15a555e8
1
V4.py
1
V4.py
|
@ -755,6 +755,7 @@ def BingMobileSearch(override=randint(22, 25)):
|
|||
|
||||
def DailyRoutine(custom = False):
|
||||
try :
|
||||
if not custom: # custom already login
|
||||
login()
|
||||
except Banned :
|
||||
LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, mail)
|
||||
|
|
|
@ -93,7 +93,7 @@ def CustomSleep(temps):
|
|||
else:
|
||||
sleep(temps)
|
||||
except KeyboardInterrupt :
|
||||
printf("attente annulée")
|
||||
print("attente annulée")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue