Compare commits

..

No commits in common. "574fa458133ba9459481bae601da883e3b1b072b" and "41312b53b93a24d91e7f3a629809e45eac08f20f" have entirely different histories.

2 changed files with 1 additions and 11 deletions

10
V6.py
View File

@ -425,16 +425,6 @@ def explore_on_bing(activity: str, config: Config):
elif "packagetracking" in activity: elif "packagetracking" in activity:
driver.get("https://www.bing.com/?setmkt=en-US&setlang=en-US") driver.get("https://www.bing.com/?setmkt=en-US&setlang=en-US")
search_bing(f"{['fedex', 'UPS', '']} package tracking") search_bing(f"{['fedex', 'UPS', '']} package tracking")
elif "hotel" in activity:
search_bing(f" {['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]}")
elif "health" in activity:
search_bing(f"{['toux', 'douleur dos', 'nez qui coule', 'mal au genoux', 'otite'][randint(0, 4)]} carte")
elif "news" in activity:
search_bing(["actualités", "news"][randint(0, 1)])
elif "jobs" in activity:
search_bing("jobs")
elif "realestate" in activity:
search_bing(f"appartement à louer {['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]} carte")
else: else:
log_error(f"Explore on bing: {activity} not found.") log_error(f"Explore on bing: {activity} not found.")

View File

@ -1 +1 @@
v6.8.62 v6.8.61