From 2e05803d758965dc824a5dbc8e7453594d1348e3 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:20:09 +0900 Subject: [PATCH] Remove unnecessary option --- pytchat/cli/arguments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytchat/cli/arguments.py b/pytchat/cli/arguments.py index 0a5ce73..0e1baf4 100644 --- a/pytchat/cli/arguments.py +++ b/pytchat/cli/arguments.py @@ -19,7 +19,6 @@ class Arguments(metaclass=Singleton): OUTPUT: str = 'output_dir' VIDEO_IDS: str = 'video_id' SAVE_ERROR_DATA: bool = 'save_error_data' - PBAR: bool = 'pbar' def __init__(self, arguments: Optional[Dict[str, Union[str, bool, int]]] = None):