From 14c011b921ab46bf4c9f601916c7ec79d72fa529 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 7 Feb 2023 11:58:52 +0300 Subject: [PATCH] update whitespace --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 913a1d0..3edb210 100644 --- a/update.py +++ b/update.py @@ -44,7 +44,7 @@ class Updater: print("This source not exists, list of sources: " + ', '.join(config.get_sources_list())) return - print("Start source update") + print("Start source update") self.parse_source(self.args.source)