git.fiddlerwoaroof.com
Browse code

hmm...

Ed L authored on 27/06/2012 20:26:37
Showing 1 changed files
... ...
@@ -135,7 +135,7 @@ class OpenIDResource(Resource):
135 135
 		except (KeyboardInterrupt, SystemExit):
136 136
 				raise
137 137
 		finally:
138
-				txrequest.setResponseCode(500)
138
+				txrequest.setResponseCode(200)
139 139
 				txrequest.setHeader('Content-type', 'text/html')
140 140
 				txrequest.getSession()
141 141
 		return ''