changeset 3:4521527b93f6

syntax error
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 10 Oct 2012 16:24:15 -0700
parents e0ea3f0b407a
children 4a5a4582be3b
files dogdish/dispatcher.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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):