1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-23 23:34:07 +03:00

* Fixed several literals

* Added config type field for "choices"
* removed old version snippets
This commit is contained in:
Adolfo Gómez García
2016-04-25 12:39:58 +02:00
parent 3a1bd1eed3
commit 4fb863cfa7
16 changed files with 133 additions and 124 deletions

View File

@@ -60,7 +60,8 @@ class Config(Handler):
'value': cfg.get(),
'crypt': cfg.isCrypted(),
'longText': cfg.isLongText(),
'type': cfg.getType()
'type': cfg.getType(),
'params': cfg.getParams()
}
logger.debug('Configuration: {0}'.format(res))
return res