Explorar o código

leave archivebox running when in archivebox update

Nick Sweeting hai 1 ano
pai
achega
6b83b4c995
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      archivebox/cli/archivebox_update.py

+ 1 - 1
archivebox/cli/archivebox_update.py

@@ -29,7 +29,7 @@ def update():
     setup_django()
     
     from actors.orchestrator import Orchestrator
-    orchestrator = Orchestrator()
+    orchestrator = Orchestrator(exit_on_idle=False)
     orchestrator.start()