workarroud for now on bingMobileSearch not working with a proxy
This commit is contained in:
parent
e93dd60da0
commit
bc665819e8
11
V4.py
11
V4.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue