Commit 5eef6ecc by diegolima

Corrigir identacao

1 parent 2e235c14
Showing with 1 additions and 1 deletions
...@@ -47,7 +47,7 @@ elif PRODUCT_TYPE == 'database': ...@@ -47,7 +47,7 @@ elif PRODUCT_TYPE == 'database':
PRODUCT_FAMILY = 'Database Instance' PRODUCT_FAMILY = 'Database Instance'
with urllib.request.urlopen(CATALOG) as url: with urllib.request.urlopen(CATALOG) as url:
DATA = json.loads(url.read().decode()) DATA = json.loads(url.read().decode())
# with open(FCATALOG) as url: # with open(FCATALOG) as url:
# DATA = json.load(url) # DATA = json.load(url)
for product in DATA["products"]: for product in DATA["products"]:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!