Added package tracking card

This commit is contained in:
piair 2024-06-18 16:54:37 +02:00
parent 82161973a9
commit f9a21f5b98
2 changed files with 4 additions and 1 deletions

3
V6.py
View File

@ -404,6 +404,9 @@ def explore_on_bing(activity: str, config: Config):
search_bing(f"convertir {random.randint(2, 120)} {chosen[0]} en {chosen[1]}")
elif "weather" in activity:
search_bing(f"météo {['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]}")
elif "packagetracking" in activity:
driver.get("https://www.bing.com/?setmkt=en-US&setlang=en-US")
search_bing(f"{['fedex', 'UPS', '']} package tracking")
else:
log_error(f"Explore on bing: {activity} not found.")

View File

@ -1 +1 @@
v6.8.57
v6.8.58