forked from piair/MsRewards-Reborn
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():
|
||||
#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:
|
||||
|
Loading…
Reference in New Issue
Block a user