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

changed ini name from aura.ini to engine.ini

parent dd9a7405
No related branches found
No related tags found
2 merge requests!2Origin/aura into master,!1development branch to master branch
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