fix indent

This commit is contained in:
Alex Grintsvayg 2016-09-08 13:41:11 -04:00
parent cbd8a68d0f
commit 659563f27a

View file

@ -46,7 +46,7 @@ def main():
r = api.call(meth, params) r = api.call(meth, params)
else: else:
r = api.call(meth) r = api.call(meth)
print json.dumps(r, sort_keys=True) print json.dumps(r, sort_keys=True)
except: except:
print "Something went wrong, here's the usage for %s:" % meth print "Something went wrong, here's the usage for %s:" % meth
print api.help({'function': meth}) print api.help({'function': meth})