mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-10-31 21:00:58 +01:00 
			
		
		
		
	fixed variable name error
This commit is contained in:
		
							parent
							
								
									8ba56e58c2
								
							
						
					
					
						commit
						d72ecb332a
					
				| @ -258,7 +258,7 @@ class Video2X: | |||||||
|             disable=True, |             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) |         self.task = self.progress.add_task(self.description, total=total_frames) | ||||||
| 
 | 
 | ||||||
|         # allow sending SIGUSR1 to pause/resume processing |         # allow sending SIGUSR1 to pause/resume processing | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user