From 1abfc53ffd38970f08f884f53ed7c46e959b35e0 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 10:32:23 +0300 Subject: [PATCH] add debug --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index ebd2fa5..a069d76 100644 --- a/update.py +++ b/update.py @@ -37,8 +37,8 @@ class Updater: print("Start Updater"); print("Start Configure") self.update_config() - config.get_sources_list() print(dir(config)) + return 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)