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):
|
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)
|
||||||
|
|
|
@ -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")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue