umstellung auf sym files und datenbank im fraunhofer

This commit is contained in:
Philipp Rauch 2014-01-15 18:02:59 +01:00
parent 0c9a1d2f2c
commit 580a93d620
7 changed files with 89 additions and 52 deletions

View file

@ -22,7 +22,8 @@ class Config():
'flask_port': '5000',
'flask_debug': False,
'config_debug' : False,
'config_read' : False
'config_read' : False,
'config_dictionary' : 'config'
}
def __new__(cls, *args, **kwargs):