From bf666a8a9a05abc473e8662a0671cd12939df75f Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 19 May 2022 13:59:29 +0200 Subject: [PATCH] wtf is this doing here --- V4.py | 3 --- config | 4 ---- 2 files changed, 7 deletions(-) diff --git a/V4.py b/V4.py index 3370ebf..301b322 100755 --- a/V4.py +++ b/V4.py @@ -831,13 +831,10 @@ def CheckPoint(): # a fix, ne marche pas dans 80% des cas, pas appelé aujourd def DailyRoutine(): - - try: BingMobileSearch() except Exception as e: LogError(f"DalyRoutine - BingMobileSearch - {e}") - print("\n") CustomSleep(uniform(3, 20)) MainWindows = login() diff --git a/config b/config index ebfee02..42e446f 100644 --- a/config +++ b/config @@ -1,7 +1,3 @@ -from logging import root -from requests import NullHandler - - [PATH] motpath = /your/path/to/words_list.txt