forked from LiveCarta/LiveCartaMeta
run with all params
This commit is contained in:
@@ -34,11 +34,10 @@ class Updater:
|
||||
config.update_sources()
|
||||
|
||||
def do_action(self):
|
||||
print("Start Updater");
|
||||
print("Start Updater");
|
||||
if self.args.config:
|
||||
print("Start Configure")
|
||||
print("Start Configure")
|
||||
self.update_config()
|
||||
return
|
||||
|
||||
if not self.is_source_exists(self.args.source):
|
||||
print("This source not exists, list of sources: " + ', '.join(config.get_sources_list()))
|
||||
|
||||
Reference in New Issue
Block a user