fix: change password env var

This commit is contained in:
sinavir 2024-04-21 17:35:57 +02:00
parent 0ee4239e62
commit 8769cf0622

View file

@ -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()