From 8d15a555e8f5edd16f03370d8d8ba68df782eff1 Mon Sep 17 00:00:00 2001 From: piair Date: Sun, 6 Nov 2022 13:37:12 +0100 Subject: [PATCH] should be useful --- V4.py | 3 ++- modules/tools.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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")