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(): def DailyRoutine():
#try: if not proxy_enabled:
# BingMobileSearch() try:
#except Exception as e: BingMobileSearch()
# LogError(f"DalyRoutine - BingMobileSearch - {e}") except Exception as e:
#CustomSleep(uniform(3, 20)) LogError(f"DalyRoutine - BingMobileSearch - {e}")
CustomSleep(uniform(3, 20))
MainWindows = login() MainWindows = login()
try: try: