Fix environment
This commit is contained in:
@ -123,6 +123,9 @@ class Services(object):
|
|||||||
docs = []
|
docs = []
|
||||||
|
|
||||||
for service in self.all_services:
|
for service in self.all_services:
|
||||||
|
if "environment" in service:
|
||||||
|
if service["environment"] != environment:
|
||||||
|
continue
|
||||||
if not service["service_title"]:
|
if not service["service_title"]:
|
||||||
continue
|
continue
|
||||||
if not service["service_type"]:
|
if not service["service_type"]:
|
||||||
|
Reference in New Issue
Block a user