svgui/pyjs/jsonrpc/web2py/jsonrpc.py
changeset 1740 b789b695b5c6
parent 1736 7e61baa047f0
child 1742 92932cd370a4
--- a/svgui/pyjs/jsonrpc/web2py/jsonrpc.py	Tue Aug 15 12:17:51 2017 +0300
+++ b/svgui/pyjs/jsonrpc/web2py/jsonrpc.py	Tue Aug 15 15:50:30 2017 +0300
@@ -6,7 +6,7 @@
     def serve(self):
         return self.process(request.body.read())
 
-    def __call__(self,func):
+    def __call__(self, func):
         self.methods[func.__name__]=func
         return func