Timothy J. Baek 8 maanden geleden
bovenliggende
commit
90a064972c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      backend/open_webui/__init__.py

+ 1 - 1
backend/open_webui/__init__.py

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