Fix spacing

This commit is contained in:
henryruhs 2024-11-11 12:39:39 +01:00
parent 304169a900
commit 69032ac48e

View File

@ -252,7 +252,7 @@ State = TypedDict('State',
{
'command' : str,
'config_path' : str,
'temp_path': str,
'temp_path' : str,
'jobs_path' : str,
'source_paths' : List[str],
'target_path' : str,
@ -298,7 +298,7 @@ State = TypedDict('State',
'execution_thread_count' : int,
'execution_queue_count' : int,
'download_providers' : List[DownloadProviderKey],
'skip_download': bool,
'skip_download' : bool,
'video_memory_strategy' : VideoMemoryStrategy,
'system_memory_limit' : int,
'log_level' : LogLevel,