fixed everything 2

This commit is contained in:
TallGorilla 2021-10-08 18:46:20 +02:00
parent 6f5fece60e
commit 295e6fa322
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ def main(search_engine, takeCommand, debug):
def run(): def run():
master = config['DEFAULT']['MASTER'] master = config['DEFAULT']['master']
search_engine = search_engine_selector(config) search_engine = search_engine_selector(config)

View File

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
MASTER = YourName master = YourName
search_engine = Google search_engine = Google
#Google/Bing/DuckDuckGo/Youtube #Google/Bing/DuckDuckGo/Youtube
debug = False debug = False