Merge pull request #9 from bivis/develop

update config
This commit is contained in:
bivis
2023-02-06 14:09:40 +03:00
committed by GitHub

View File

@@ -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()