runtime/NevowServer.py
branchnevow_service_rework
changeset 2214 b9cdbcc992d5
parent 2210 81949104291d
child 2217 a603d1ba287b
--- a/runtime/NevowServer.py	Thu Jul 05 13:44:54 2018 +0200
+++ b/runtime/NevowServer.py	Thu Jul 05 13:45:24 2018 +0200
@@ -144,7 +144,7 @@
                     annotate.Argument(name, fieldtype)
                     for fieldname,fieldtype in fields],
                     label = desc),
-                action = btnlabel))
+                action = btnlabel)
         setattr(self, 'bind_'+name, _bind)
             
         setattr(self, 'action_'+name, callback)