diff --git a/V4.py b/V4.py index 853676a..280742a 100755 --- a/V4.py +++ b/V4.py @@ -755,7 +755,8 @@ def BingMobileSearch(override=randint(22, 25)): def DailyRoutine(custom = False): try : - login() + if not custom: # custom already login + login() except Banned : LogError("THIS ACCOUND IS BANNED. FIX THIS ISSUE WITH -U", driver, mail) return() diff --git a/modules/tools.py b/modules/tools.py index d0ec235..41bb180 100644 --- a/modules/tools.py +++ b/modules/tools.py @@ -93,7 +93,7 @@ def CustomSleep(temps): else: sleep(temps) except KeyboardInterrupt : - printf("attente annulée") + print("attente annulée")