workarroud for now on bingMobileSearch not working with a proxy

This commit is contained in:
piair 2022-05-27 15:36:59 +02:00
parent e93dd60da0
commit bc665819e8

11
V4.py
View File

@ -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: