Commit b25f51d6 by syed-awais-ali Committed by GitHub

Merge pull request #4089 from edx/aali/fix_for_python3

fix for python3
parents f0c76717 57b3ba1e
......@@ -30,7 +30,7 @@ def calcualte_cache_hit_rate(zone_id, auth_key, email, threshold):
sys.exit(1)
except Exception as error:
print "JSON Error: {} \n Content returned from API call: {}".format(error, res.text)
print("JSON Error: {} \n Content returned from API call: {}".format(error, res.text))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment