diff dogdish/dispatcher.py @ 3:4521527b93f6

syntax error
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 10 Oct 2012 16:24:15 -0700
parents 2cb8b06d64df
children 4a5a4582be3b
line wrap: on
line diff
--- a/dogdish/dispatcher.py	Wed Oct 10 16:23:34 2012 -0700
+++ b/dogdish/dispatcher.py	Wed Oct 10 16:24:15 2012 -0700
@@ -45,7 +45,7 @@
 
     def __call__(self):
         return Response(content_type='text/xml',
-                        self.body)
+                        body=self.body)
 
 class Dispatcher(object):