From 5758bc9bb37f934f1bbfc6fa15813e607846e6f5 Mon Sep 17 00:00:00 2001 From: Brosef Date: Thu, 4 Jun 2026 17:32:08 +0100 Subject: [PATCH] Removed unused variable --- camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera.py b/camera.py index e8d5e73..93330c6 100644 --- a/camera.py +++ b/camera.py @@ -168,7 +168,7 @@ class Camera: if time.perf_counter() - st > timeout: raise TimeoutError() - def _newPicture(self, _, timeGap: float): + def _newPicture(self, *_): self.lastPicture = time.perf_counter() if self._multiPictureOngoing: