Remove unnecessary option

This commit is contained in:
taizan-hokuto
2020-09-09 22:20:09 +09:00
parent f16c0ee73a
commit 2e05803d75

View File

@@ -19,7 +19,6 @@ class Arguments(metaclass=Singleton):
OUTPUT: str = 'output_dir' OUTPUT: str = 'output_dir'
VIDEO_IDS: str = 'video_id' VIDEO_IDS: str = 'video_id'
SAVE_ERROR_DATA: bool = 'save_error_data' SAVE_ERROR_DATA: bool = 'save_error_data'
PBAR: bool = 'pbar'
def __init__(self, def __init__(self,
arguments: Optional[Dict[str, Union[str, bool, int]]] = None): arguments: Optional[Dict[str, Union[str, bool, int]]] = None):