Removed unused variable
This commit is contained in:
@ -168,7 +168,7 @@ class Camera:
|
|||||||
if time.perf_counter() - st > timeout:
|
if time.perf_counter() - st > timeout:
|
||||||
raise TimeoutError()
|
raise TimeoutError()
|
||||||
|
|
||||||
def _newPicture(self, _, timeGap: float):
|
def _newPicture(self, *_):
|
||||||
self.lastPicture = time.perf_counter()
|
self.lastPicture = time.perf_counter()
|
||||||
|
|
||||||
if self._multiPictureOngoing:
|
if self._multiPictureOngoing:
|
||||||
|
|||||||
Reference in New Issue
Block a user