more comment changes
This commit is contained in:
parent
9be8e6cae1
commit
490649e41e
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ OFFSET = 65535
|
|||
|
||||
class Planka:
|
||||
"""API wrapper class for Planka
|
||||
-url: URL of Planka instance
|
||||
-username: Username of Planka user
|
||||
-password: Password of Planka user
|
||||
- url: URL of Planka instance
|
||||
- username: Username of Planka user
|
||||
- password: Password of Planka user
|
||||
"""
|
||||
def __init__(self, url:str, username:str, password:str, templates="config/templates.json"):
|
||||
self.url = url
|
||||
|
|
Loading…
Reference in a new issue