mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45: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,
|
target=self._download_models,
|
||||||
name=f"_download_model_{self.model_name}",
|
name=f"_download_model_{self.model_name}",
|
||||||
daemon=True,
|
daemon=True,
|
||||||
).start()
|
)
|
||||||
self.download_thread.start()
|
self.download_thread.start()
|
||||||
|
|
||||||
def _download_models(self):
|
def _download_models(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user