From bc665819e8c404a7f03a83c99d3a26d53879c4cb Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 27 May 2022 15:36:59 +0200 Subject: [PATCH] workarroud for now on bingMobileSearch not working with a proxy --- V4.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/V4.py b/V4.py index 2f0066f..3d5f6a3 100755 --- a/V4.py +++ b/V4.py @@ -914,11 +914,12 @@ def Fidelite(): def DailyRoutine(): - #try: - # BingMobileSearch() - #except Exception as e: - # LogError(f"DalyRoutine - BingMobileSearch - {e}") - #CustomSleep(uniform(3, 20)) + if not proxy_enabled: + try: + BingMobileSearch() + except Exception as e: + LogError(f"DalyRoutine - BingMobileSearch - {e}") + CustomSleep(uniform(3, 20)) MainWindows = login() try: