From 27d45e88dd94e2befff8c50d8528df6e092efb2b Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 26 Apr 2024 15:43:23 +0200 Subject: [PATCH] added more exploreOnBing --- V6.py | 4 ++++ version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/V6.py b/V6.py index ed7d3fb..e481327 100755 --- a/V6.py +++ b/V6.py @@ -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.") diff --git a/version b/version index 50a5a4d..191a164 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.49 +v6.8.50