diff --git a/bin/async_capture.py b/bin/async_capture.py index 73df69aa..8636c5e5 100755 --- a/bin/async_capture.py +++ b/bin/async_capture.py @@ -78,6 +78,10 @@ class AsyncCapture(AbstractManager): entries = self.lacus.get_capture(uuid) if entries['status'] == CaptureStatusPy.DONE: break + else: + # No captures are ready + uuid = None + if uuid is None: self.unset_running() return