Clean up a bit

This commit is contained in:
counterweight 2023-08-02 19:49:36 +02:00
parent dd525668e7
commit 6f24b1f3e0
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 4 additions and 9 deletions

View file

@ -6,8 +6,8 @@ app = typer.Typer()
@app.command()
def check_health(url: str):
controllers.check_health(url)
def check_health():
controllers.check_health()
@app.command()