git.fiddlerwoaroof.com
Browse code

added txrequest to notFound

Ed L authored on 27/06/2012 20:16:38
Showing 1 changed files
... ...
@@ -331,7 +331,7 @@ class OpenIDResource(Resource):
331 331
 		print 'buildURL', base
332 332
 		return appendArgs(base, query)
333 333
 
334
-	def notFound(self):
334
+	def notFound(self, txrequest):
335 335
 		"""Render a page with a 404 return code and a message."""
336 336
 		fmt = 'The path <q>%s</q> was not understood by this server.'
337 337
 		msg = fmt % (self.path,)