mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[doc] add TODO comment
This commit is contained in:
parent
3eed2a28fe
commit
1fc7065eaf
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def journals_display(file_name):
|
|||
|
||||
class Journal(object):
|
||||
def __init__(self, name, category, on_stdout=None, on_stderr=None, on_write=None, **kwargs):
|
||||
# TODO add a way to not save password on app installation
|
||||
self.name = name
|
||||
self.category = category
|
||||
self.first_write = True
|
||||
|
|
Loading…
Add table
Reference in a new issue