This commit is contained in:
Gode, Sebastian 2025-04-30 09:13:18 +00:00
parent 74b12f8d23
commit 28e651dffb

View File

@ -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"]