This commit is contained in:
Timothy J. Baek 2024-09-07 05:07:37 +01:00
parent f4a0b845be
commit 90a064972c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ app = typer.Typer()
KEY_FILE = Path.cwd() / ".webui_secret_key"
os.environ["RUNNING_FROM_INIT_PY"] = "true"
os.environ["FROM_INIT_PY"] = "true"
@app.command()