Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 5, 2024
1 parent 5ee77b1 commit ae8fa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspreview/plugins/builtins/slowpics_comp/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def frame_callback(n: int, f: vs.VideoFrame) -> str:
if conf.main.timeline.mode == conf.main.timeline.Mode.FRAME:
frame_time = str(frame)
else:
frame_time = output.to_time(frame, ).to_str_minimal()
frame_time = output.to_time(frame).to_str_minimal(output.to_time(max_value))

if is_comparison:
fields[f'comparisons[{j}].name'] = frame_time
Expand Down

0 comments on commit ae8fa7b

Please sign in to comment.