mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo in comment
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
3a693b58de
commit
6085918b03
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ def app_setting(app, key, value=None, delete=False):
|
||||||
# DELETE
|
# DELETE
|
||||||
if delete:
|
if delete:
|
||||||
# If 'is_public' setting still exists, we interpret this as
|
# If 'is_public' setting still exists, we interpret this as
|
||||||
# coming from a legacy app (because new apps should manage the
|
# coming from a legacy app (because new apps shouldn't manage the
|
||||||
# is_public state themselves anymore...)
|
# is_public state themselves anymore...)
|
||||||
#
|
#
|
||||||
# In that case, we interpret the request for "deleting
|
# In that case, we interpret the request for "deleting
|
||||||
|
|
Loading…
Add table
Reference in a new issue