Skip to content

Commit 51739b1

Browse files
committed
added more print statements
1 parent 8f28db4 commit 51739b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/endpoints/environment.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def get_config(ade_host):
7070
print('Content was not found.')
7171

7272
base_url = "{0.netloc}".format(urlsplit(urllib.parse.unquote(ade_host)))
73-
73+
print("graceal1 req returned was")
74+
print(req)
7475
match = next((x for x in data if base_url in x['ade_server']), None)
7576
maap_config = next((x for x in data if x['default_host'] == True), None) if match is None else match
7677
print("graceal1 the maap_config is")

0 commit comments

Comments
 (0)