Skip to content
Snippets Groups Projects
Commit 24c23cf2 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

changed ini name from aura.ini to engine.ini

parent 0dd961a4
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -100,7 +100,7 @@ class ConfigReader(object):
Set config defaults and load settings from file
:return:
"""
self.ini_path = self.get('configpath', '/etc/aura/aura.ini')
self.ini_path = self.get('configpath', '/etc/aura/engine.ini')
if not os.path.isfile(self.ini_path):
self.logger.critical(self.ini_path + " not found :(")
......
......@@ -81,7 +81,7 @@ class AuraScheduler(ExceptionLogger, threading.Thread):
"""
Constructor
@type config: ConfigReader
@param config: read aura.ini
@param config: read engine.ini
"""
self.config = config
self.logger = logging.getLogger("AuraEngine")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment