show sources

This commit is contained in:
Egor Svitin
2023-02-21 10:19:17 +03:00
parent 8cef5a5e52
commit 4f115e3337

View File

@@ -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