Skip to content

Commit

Permalink
fixed variable name error
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Mar 21, 2022
1 parent 8ba56e5 commit d72ecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video2x/video2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _run(
disable=True,
)

self.description = f"[cyan]{MODE_LABELS.get(self.mode, 'Unknown')}"
self.description = f"[cyan]{MODE_LABELS.get(mode, 'Unknown')}"
self.task = self.progress.add_task(self.description, total=total_frames)

# allow sending SIGUSR1 to pause/resume processing
Expand Down

0 comments on commit d72ecb3

Please sign in to comment.