fixed everything

This commit is contained in:
TallGorilla
2021-10-08 18:43:18 +02:00
parent 3333780e1e
commit 6f5fece60e
3 changed files with 12 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ def main(search_engine, takeCommand, debug):
def run():
MASTER = config['DEFAULT']['MASTER']
master = config['DEFAULT']['MASTER']
search_engine = search_engine_selector(config)
@@ -114,7 +114,7 @@ def run():
return query
speak(text="Initializing Jarvis....")
wishMe(MASTER)
wishMe(master)
main(search_engine, takeCommand, debug)
@@ -126,4 +126,3 @@ else:
# if it doesn't exist it drops an error message and exits.
print('You need a config.ini file.')
print('Check the documentation in the Github Repository.')