forked from LiveCarta/LiveCartaMeta
show sources
This commit is contained in:
@@ -37,8 +37,9 @@ class Updater:
|
||||
print("Start Updater");
|
||||
print("Start Configure")
|
||||
self.update_config()
|
||||
|
||||
if hasattr(self.args, 'source') && self.is_source_exists(self.args.source):
|
||||
config.get_sources_list()
|
||||
print(dir(config))
|
||||
if hasattr(self.args, 'source') and self.is_source_exists(self.args.source):
|
||||
print("Start source update" + self.args.source)
|
||||
self.parse_source(self.args.source)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user