Merge pull request #18 from bivis/develop

show sources
This commit is contained in:
bivis
2023-02-21 10:29:42 +03:00
committed by GitHub

View File

@@ -37,8 +37,9 @@ class Updater:
print("Start Updater"); print("Start Updater");
print("Start Configure") print("Start Configure")
self.update_config() self.update_config()
config.get_sources_list()
if hasattr(self.args, 'source') && self.is_source_exists(self.args.source): print(dir(config))
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)
return return