Update actions.py

This commit is contained in:
B.Jothin kumar 2021-10-09 18:14:17 +05:30 committed by GitHub
parent c9f88027d5
commit 3cd6d57ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):