diff --git a/Jarvis2_4windows.py b/Jarvis2_4windows.py index 5287e1a..436b23f 100644 --- a/Jarvis2_4windows.py +++ b/Jarvis2_4windows.py @@ -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) diff --git a/config.ini b/config.ini index 4c9f381..a429e48 100644 --- a/config.ini +++ b/config.ini @@ -1,5 +1,5 @@ [DEFAULT] -MASTER = YourName +master = YourName search_engine = Google #Google/Bing/DuckDuckGo/Youtube debug = False