diff --git a/otc_metadata/services.py b/otc_metadata/services.py index 291e07e..af30607 100644 --- a/otc_metadata/services.py +++ b/otc_metadata/services.py @@ -339,6 +339,7 @@ class Services(object): if not internal_exists: continue for doc in self.all_docs: + print(doc) if ( "html_location" in doc and doc["service_type"] == srv_res["service_type"]