wcs: include site slug in as key/value in dictionary (#13097)

This commit is contained in:
Frédéric Péters 2016-09-07 13:43:05 +02:00
parent 11a3fb32fa
commit 6b33b55618
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class WcsBlurpMixin(object):
if not url.endswith('/'):
url += '/'
wcs_site['base_url'] = url
wcs_site['slug'] = wcs_slug
response = requests.get(
self.api_url,