ADD: intersections API

This commit is contained in:
Madison May
2015-08-14 14:32:26 -04:00
parent dbfc73efc8
commit ce7f97699f
7 changed files with 115 additions and 30 deletions
-1
View File
@@ -19,7 +19,6 @@ def api_handler(arg, cloud, api, url_params=None, **kwargs):
cloud = cloud or config.cloud
host = "%s.indico.domains" % cloud if cloud else config.PUBLIC_API_HOST
url = create_url(host, api, url_params)
response = requests.post(url, data=json_data, headers=JSON_HEADERS)
if response.status_code == 503 and cloud != None: