Skip to content

Commit

Permalink
Initialization status moved to enable onboarding (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaisberg <None>
  • Loading branch information
Gaisberg authored Mar 5, 2024
1 parent af697a0 commit a529bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/program/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def initialize_services(self):
**self.processing_services
}

self.initialized = True

def start(self):
logger.info("Iceberg v%s starting!", settings_manager.settings.version)
Expand Down Expand Up @@ -107,7 +108,6 @@ def start(self):
super().start()
self.scheduler.start()
self.running = True
self.initialized = True

def _retry_library(self) -> None:
for item_id, item in self.media_items.get_incomplete_items().items():
Expand Down

0 comments on commit a529bea

Please sign in to comment.