Merge pull request #12 from bivis/develop

run with all params
This commit is contained in:
bivis
2023-02-07 12:21:30 +03:00
committed by GitHub
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()))