mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
App setting bugfix
This commit is contained in:
parent
37d87cad09
commit
ecaedc2e11
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ def app_setting(app, key, value=None):
|
|||
app_settings = yaml.load(f)
|
||||
except IOError:
|
||||
# Do not fail if setting file is not there
|
||||
pass
|
||||
app_settings = {}
|
||||
|
||||
if value is None:
|
||||
# Get the value
|
||||
|
|
Loading…
Reference in a new issue