From 3cd6d57eadffac768277635e6544c8f07874def6 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Sat, 9 Oct 2021 18:14:17 +0530 Subject: [PATCH] Update actions.py --- actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions.py b/actions.py index 2e3ca95..5b28a52 100644 --- a/actions.py +++ b/actions.py @@ -43,7 +43,9 @@ def open_url(url): def search(search_query, search_engine): open_url(f"{search_engine}/search?q={search_query}") -gui_speak = lambda text: None + +def gui_speak(text): + pass def set_gui_speak(command):