Random Project

handy, but one little problem

Nice client, provides error messages if url or token is incorrect. I noticed that if providing results on stdin, nothing seems to happen. I believe the 3rd and 4th last lines are indented too far. The two lines

xml += “”
self.post_data(options.url, options.token, xml)

should be indented two levels, to match the else: about 15 lines earlier.

Thanks!