Fix spacing
This commit is contained in:
parent
304169a900
commit
69032ac48e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user