summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Core.py b/Core.py
index 1b19d17d9..6db29a2ad 100644
--- a/Core.py
+++ b/Core.py
@@ -46,9 +46,7 @@ class Core(object):
def __init__(self):
self.config = {}
self.config['plugin_folder'] = "Plugins"
- self.config['link_file'] = "links.txt"
self.plugins_avaible = {}
- self.search_updates = False
self.read_config()
@@ -235,4 +233,4 @@ class Core(object):
if __name__ == "__main__":
testLoader = Core()
- testLoader.start() \ No newline at end of file
+ testLoader.start()