From 12011220e5d45524a34610adc83a6793d65eded7 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 10:06:09 +0300 Subject: [PATCH] remove whilespace --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 7f11639..45bf343 100644 --- a/update.py +++ b/update.py @@ -43,7 +43,7 @@ class Updater: self.parse_source(self.args.source) return - for source in self.args.source: + for source in self.args.source: print("Start source update" + source) self.parse_source(source)