Skip to content

Commit

Permalink
412=>501
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Dec 12, 2014
1 parent 64c8d3e commit d606f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def do_GET(self):
self.json_headers()
self.wfile.write(dumps(getattr(liw.application, parsedurl.path[1:])()))
else:
self.json_headers(412)
self.json_headers(501)
self.wfile.write(dumps({'error': 'NotImplemented'}))


Expand Down

0 comments on commit d606f52

Please sign in to comment.