From 38a2df05a99eb1e90068b3910076a8432f30c2b7 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Mon, 6 Feb 2023 13:59:44 +0300 Subject: [PATCH] update config --- update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/update.py b/update.py index 145e99d..8717659 100644 --- a/update.py +++ b/update.py @@ -7,7 +7,6 @@ class Updater: def __init__(self): parser = argparse.ArgumentParser(description="Source parser.") parser.add_argument("--config", help='Update config action', action='store_true') - parser.add_argument("--source", type=str, help='List of sources: ' + ', '.join(config.get_sources_list())) self.args = parser.parse_args()