mirror of
https://github.com/open-webui/open-webui
synced 2025-02-16 18:22:29 +00:00
fix
This commit is contained in:
parent
f4a0b845be
commit
90a064972c
@ -10,7 +10,7 @@ app = typer.Typer()
|
|||||||
|
|
||||||
KEY_FILE = Path.cwd() / ".webui_secret_key"
|
KEY_FILE = Path.cwd() / ".webui_secret_key"
|
||||||
|
|
||||||
os.environ["RUNNING_FROM_INIT_PY"] = "true"
|
os.environ["FROM_INIT_PY"] = "true"
|
||||||
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
|
Loading…
Reference in New Issue
Block a user