run with all params

This commit is contained in:
Egor Svitin
2023-02-07 12:11:39 +03:00
parent 14c011b921
commit 2615ce4b1d
2 changed files with 6 additions and 7 deletions

View File

@@ -38,7 +38,6 @@ class Updater:
if self.args.config:
print("Start Configure")
self.update_config()
return
if not self.is_source_exists(self.args.source):
print("This source not exists, list of sources: " + ', '.join(config.get_sources_list()))