Sun, 28 Oct 2012 20:05:16 +0100
forgot thread damonize
slotUI/SlotCli.py | file | annotate | diff | comparison | revisions |
--- a/slotUI/SlotCli.py Sun Oct 28 20:01:22 2012 +0100 +++ b/slotUI/SlotCli.py Sun Oct 28 20:05:16 2012 +0100 @@ -64,6 +64,7 @@ self.server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost", 8000)) self.server.register_instance(blackbox) #self.server.register_function(lambda astr: '_' + astr, '_string') + self.daemon = True def run(self): self.server.serve_forever()