renabled mobile search with proxy
This commit is contained in:
parent
c0d2ea29c7
commit
b459129d66
14
V4.py
14
V4.py
@ -915,12 +915,7 @@ def Fidelite():
|
|||||||
|
|
||||||
|
|
||||||
def DailyRoutine():
|
def DailyRoutine():
|
||||||
if not proxy_enabled:
|
|
||||||
try:
|
|
||||||
BingMobileSearch()
|
|
||||||
except Exception as e:
|
|
||||||
LogError(f"DalyRoutine - BingMobileSearch - {e}")
|
|
||||||
CustomSleep(uniform(3, 20))
|
|
||||||
|
|
||||||
MainWindows = login()
|
MainWindows = login()
|
||||||
try:
|
try:
|
||||||
@ -942,6 +937,13 @@ def DailyRoutine():
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
try:
|
||||||
|
BingMobileSearch()
|
||||||
|
except Exception as e:
|
||||||
|
LogError(f"DalyRoutine - BingMobileSearch - {e}")
|
||||||
|
CustomSleep(uniform(3, 20))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
LogPoint(_mail)
|
LogPoint(_mail)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user