Remove twice instantiated event (#221)

Co-authored-by: Marcus Valtonen Örnhag <marcus.valtonen.ornhag@ericsson.com>
This commit is contained in:
Marcus Valtonen Örnhag
2025-03-28 17:25:24 +01:00
committed by GitHub
parent 6235b2de61
commit e3f08f87f2

View File

@@ -49,7 +49,6 @@ class GeminiHandler(AsyncAudioVideoStreamHandler):
)
self.audio_queue = asyncio.Queue()
self.video_queue = asyncio.Queue()
self.quit = asyncio.Event()
self.session = None
self.last_frame_time = 0
self.quit = asyncio.Event()