update config

This commit is contained in:
Egor Svitin
2023-02-06 13:59:44 +03:00
parent 93705b0a1d
commit 38a2df05a9

View File

@@ -7,7 +7,6 @@ class Updater:
def __init__(self): def __init__(self):
parser = argparse.ArgumentParser(description="Source parser.") parser = argparse.ArgumentParser(description="Source parser.")
parser.add_argument("--config", help='Update config action', action='store_true') 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() self.args = parser.parse_args()