added more exploreOnBing

This commit is contained in:
piair 2024-04-26 15:43:23 +02:00
parent 0685a42922
commit 27d45e88dd
2 changed files with 5 additions and 1 deletions

4
V6.py
View File

@ -365,6 +365,10 @@ def explore_on_bing(activity: str, config: Config):
elif "movie" in activity:
search_bing(
f"Distribution {['Code 8 part 2', 'The Hunger Games: The ballad of Songbirds & Snakes', 'Rebel Moon: Part Two', 'Dune II', 'Wonka'][randint(0, 4)]}")
elif "translator" in activity:
search_bing(f"traduction {config.wordlist.get_word()} en anglais")
elif "map" in activity:
search_bing(f"{['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]} carte")
else:
log_error(f"Explore on bing: {activity} not found.")

View File

@ -1 +1 @@
v6.8.49
v6.8.50