Merge pull request #28 from bivis/develop

remove debug info
This commit is contained in:
bivis
2023-02-22 09:29:36 +03:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
import os
for name, value in os.environ.items():
print("{0}: {1}".format(name, value))
CONFIGS = {
'db' : {
'name' : os.environ['DB_NAME'],

View File

@@ -38,7 +38,7 @@ class Updater:
print("Start Configure")
self.update_config()
if hasattr(self.args, 'source') and self.is_source_exists(self.args.source):
print("Start source update" + self.args.source)
print("Start single source" + self.args.source)
self.parse_source(self.args.source)
return