We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f28db4 commit 51739b1Copy full SHA for 51739b1
api/endpoints/environment.py
@@ -70,7 +70,8 @@ def get_config(ade_host):
70
print('Content was not found.')
71
72
base_url = "{0.netloc}".format(urlsplit(urllib.parse.unquote(ade_host)))
73
-
+ print("graceal1 req returned was")
74
+ print(req)
75
match = next((x for x in data if base_url in x['ade_server']), None)
76
maap_config = next((x for x in data if x['default_host'] == True), None) if match is None else match
77
print("graceal1 the maap_config is")
0 commit comments