From 4f115e3337e74c176f89312efd5a38b51337cbee Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 10:19:17 +0300 Subject: [PATCH] show sources --- update.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.py b/update.py index ecf28dc..ebd2fa5 100644 --- a/update.py +++ b/update.py @@ -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