fix: change password env var
This commit is contained in:
parent
0ee4239e62
commit
8769cf0622
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ def cli():
|
|||
"--password",
|
||||
prompt=True,
|
||||
hide_input=True,
|
||||
envvar="UPTIME_KUMA_PASSWORD",
|
||||
)
|
||||
def apply_json(
|
||||
file,
|
||||
|
@ -88,4 +89,4 @@ def apply_json(
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli(auto_envvar_prefix="STATELESS_UPTIME_KUMA")
|
||||
cli()
|
||||
|
|
Loading…
Reference in a new issue