python script needs indentation corrected

This commit is contained in:
prachi 2012-05-17 14:11:00 -07:00
parent 89cb26c4ea
commit 6d544f1e93
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def get_url(url, api_key, secret_key, action, query):
url = url + '?' + query + '&Signature=' + get_signature(secret_key, url, query)
try:
urllib2.urlopen(url)
if action == 'SetCertificate':
if action == 'SetCertificate':
print 'User registration is successful!'
return True
except urllib2.HTTPError, e: