UPDATE: version number, CHANGES.txt

This commit is contained in:
Madison May
2015-07-07 14:04:10 -04:00
parent ecb3e6e45b
commit f09ec73293
4 changed files with 3 additions and 4 deletions
-2
View File
@@ -29,8 +29,6 @@ def api_handler(arg, cloud, api, url_params = {"batch":False, "api_key":None}, *
if apis:
url += "&apis=%s" % ",".join(apis)
print url
response = requests.post(url, data=json_data, headers=JSON_HEADERS)
if response.status_code == 503 and cloud != None:
raise IndicoError("Private cloud '%s' does not include api '%s'" % (cloud, api))