This commit is contained in:
Laurent Mazare
2025-08-26 14:40:43 +02:00
committed by GitHub
parent b331930f8e
commit ada17799b8

View File

@@ -120,7 +120,6 @@ def main():
def _on_frame(frame):
nonlocal _frames_cnt
nonlocal last_time
if (frame != -1).all():
_frames_cnt += 1
print(f"generated {_frames_cnt / 12.5:.2f}s", end="\r", flush=True)