Skip to content

Commit 3b23546

Browse files
committed
remove unused var
1 parent 015cb18 commit 3b23546

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/local_video/publisher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ async def capture_loop(
302302
) -> None:
303303
target_interval = 1.0 / max(args.fps, 1)
304304
next_deadline = time.perf_counter()
305-
started_us = monotonic_time_us_now()
306305
frame_counter = 1
307306
frames = 0
308307
last_log_at = time.perf_counter()

0 commit comments

Comments
 (0)