mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 19:49:10 +02:00
Remove temp hack for debugging
This commit is contained in:
@@ -102,8 +102,6 @@ def start_backend():
|
|||||||
install_backend()
|
install_backend()
|
||||||
|
|
||||||
was_still_installing = not is_installed()
|
was_still_installing = not is_installed()
|
||||||
print(f"was_still_installing = {was_still_installing}")
|
|
||||||
was_still_installing = True
|
|
||||||
|
|
||||||
if backend_config.get("auto_update", True):
|
if backend_config.get("auto_update", True):
|
||||||
run_in_conda(["git", "add", "-A", "."], cwd=WEBUI_DIR)
|
run_in_conda(["git", "add", "-A", "."], cwd=WEBUI_DIR)
|
||||||
|
Reference in New Issue
Block a user