mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
fix thread start
This commit is contained in:
parent
ce80aeba78
commit
e34f94851f
@ -68,7 +68,7 @@ class ModelDownloader:
|
||||
target=self._download_models,
|
||||
name=f"_download_model_{self.model_name}",
|
||||
daemon=True,
|
||||
).start()
|
||||
)
|
||||
self.download_thread.start()
|
||||
|
||||
def _download_models(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user