mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-09 15:06:36 +02:00
HOW TO ENABLE MOBILE PLS
This commit is contained in:
13
V6.py
13
V6.py
@ -303,6 +303,11 @@ def promo():
|
||||
break
|
||||
if i > 3 :
|
||||
log_error("plus de 3 promo cards, probablement une pa skipable", driver)
|
||||
try :
|
||||
driver.find_element(By.CSS_SELECTOR, 'a[class="mee-icon pull-left icon mee-icon-Cancel ng-scope"]').click()
|
||||
except Exception as e:
|
||||
log_error(f"can't click to close : {e}")
|
||||
return()
|
||||
try :
|
||||
elm.click()
|
||||
except Exception as e:
|
||||
@ -744,10 +749,10 @@ def daily_routine(custom = False):
|
||||
except Exception as e:
|
||||
log_error(e)
|
||||
|
||||
try:
|
||||
bing_mobile_search()
|
||||
except Exception as e:
|
||||
log_error(e)
|
||||
#try:
|
||||
# bing_mobile_search()
|
||||
#except Exception as e:
|
||||
# log_error(e)
|
||||
|
||||
try:
|
||||
log_points(g._mail)
|
||||
|
Reference in New Issue
Block a user