fixed variable name error

This commit is contained in:
k4yt3x 2022-03-21 03:43:48 +00:00
parent 8ba56e58c2
commit d72ecb332a

View File

@ -258,7 +258,7 @@ class Video2X:
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