From b3bf8d47fc25ea320e3f29265b6c8245c2468782 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:30:23 -0500 Subject: [PATCH] remove explicit os._exit call --- frigate/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index 1198c770d..e0bc03fb5 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -660,4 +660,3 @@ class FrigateApp: _stop_logging() self.metrics_manager.shutdown() - os._exit(os.EX_OK)