From 295e6fa322a5363b425829931c295c2b4ad43df5 Mon Sep 17 00:00:00 2001 From: TallGorilla <24dasemu@gmail.com> Date: Fri, 8 Oct 2021 18:46:20 +0200 Subject: [PATCH] fixed everything 2 --- Jarvis2_4windows.py | 2 +- config.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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