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)