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