Commit 57b3ba1e by syed-awais-ali

fix for python3

parent f0c76717
......@@ -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