From b459129d661ffa26d1359705948d7f70057d4da9 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 31 May 2022 21:33:25 +0200 Subject: [PATCH] renabled mobile search with proxy --- V4.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/V4.py b/V4.py index 618239d..0a7009e 100755 --- a/V4.py +++ b/V4.py @@ -915,12 +915,7 @@ def Fidelite(): def DailyRoutine(): - if not proxy_enabled: - try: - BingMobileSearch() - except Exception as e: - LogError(f"DalyRoutine - BingMobileSearch - {e}") - CustomSleep(uniform(3, 20)) + MainWindows = login() try: @@ -942,6 +937,13 @@ def DailyRoutine(): except: pass + + try: + BingMobileSearch() + except Exception as e: + LogError(f"DalyRoutine - BingMobileSearch - {e}") + CustomSleep(uniform(3, 20)) + try: LogPoint(_mail) except Exception as e: