beremiz

deadfe7377e9
fix not saving location address from variable panel

this regression was introduced by commit 3518d10
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func