Fixes in css
This commit is contained in:
parent
d5fda2b4ff
commit
1a77445a2c
6 changed files with 26 additions and 6 deletions
|
|
@ -71,7 +71,10 @@ def start_app():
|
|||
workdir=os.getcwd()
|
||||
arr_module_path={}
|
||||
|
||||
# Load blueprints
|
||||
# Load blueprints from json file (for installed modules using paramecio2 utilities)
|
||||
|
||||
if os.path.isfile('config/modules.json'):
|
||||
pass
|
||||
|
||||
for key_app, added_app in config.apps.items():
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue