fix: set_settings password is only required if disableAuth is enabled
This commit is contained in:
parent
0821f38faa
commit
ebadfb73e6
2 changed files with 5 additions and 1 deletions
|
@ -853,7 +853,7 @@ class UptimeKumaApi(object):
|
|||
|
||||
def set_settings(
|
||||
self,
|
||||
password: str,
|
||||
password: str = None, # only required if disableAuth is true
|
||||
|
||||
# about
|
||||
checkUpdate: bool = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue