forked from LiveCarta/LiveCartaMeta
update config
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user