Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary 202
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Apr 7, 2015
1 parent 60cba71 commit 0885ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autopush/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def _finish_missed_store(self, result=None):
# since we're handing off, return 202
self.set_status(202)
self.write("Success")
self.set_status(202)
self.finish()

def write_error(self, code, exception=None):
Expand Down

0 comments on commit 0885ed2

Please sign in to comment.