beremiz
Clone
Summary
Browse
Changes
Graph
added periodic retry for zeroconf, in case network interface is not ready
2011-11-22, Edouard Tisserant
3b48c7ed7837
added periodic retry for zeroconf, in case network interface is not ready
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