Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Leterax committed Dec 2, 2024
1 parent c773328 commit 6e4a8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ def on_render(self, time: float, frametime: float) -> None:
fps_avg = self.timer.fps_average if self.timer.time > 0 else 0.0

logger.debug(
"Movie Target FPS: %.1f | Window FPS: %.1f | Frame: %d/%d | Time: %.2f/%.2f | Frame Diff: %d | Paused: %s",
"Movie Target FPS: %.1f | Window FPS: %.1f | Frame: %d/%d | \
Time: %.2f/%.2f | Frame Diff: %d | Paused: %s",
self.player.fps,
fps_avg,
self.player.current_frame,
Expand Down

0 comments on commit 6e4a8fb

Please sign in to comment.