Ignoring MS Security activity (it would be better to detect it before clicking)
This commit is contained in:
parent
2721c76686
commit
adf91ac8f0
2
V6.py
2
V6.py
|
@ -527,6 +527,8 @@ def try_play(nom="unknown", activity=""):
|
|||
info(f"Explore on bing: {activity}")
|
||||
explore_on_bing(activity, config)
|
||||
custom_sleep(uniform(3, 5))
|
||||
elif "Optimisez votre sécurité avec Microsoft" in driver.page_source:
|
||||
info("Still not paying Office 365 ?")
|
||||
else:
|
||||
info(f"Nothing obvious to do on page `{nom}`.")
|
||||
custom_sleep(uniform(3, 5))
|
||||
|
|
Loading…
Reference in New Issue