This commit is contained in:
Adhithya 2024-12-24 22:25:13 +05:30 committed by GitHub
parent 16da847342
commit d52fc40038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,6 @@ app = typer.Typer()
KEY_FILE = Path.cwd() / ".webui_secret_key"
@app.command()
def serve(
host: str = "0.0.0.0",