fixed everything 2
This commit is contained in:
parent
6f5fece60e
commit
295e6fa322
@ -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)
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user