forked from LiveCarta/LiveCartaMeta
remove debug info
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
for name, value in os.environ.items():
|
|
||||||
print("{0}: {1}".format(name, value))
|
|
||||||
|
|
||||||
CONFIGS = {
|
CONFIGS = {
|
||||||
'db' : {
|
'db' : {
|
||||||
'name' : os.environ['DB_NAME'],
|
'name' : os.environ['DB_NAME'],
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class Updater:
|
|||||||
print("Start Configure")
|
print("Start Configure")
|
||||||
self.update_config()
|
self.update_config()
|
||||||
if hasattr(self.args, 'source') and self.is_source_exists(self.args.source):
|
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)
|
self.parse_source(self.args.source)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user