added initial support (hidden from -hh and not yet usable) for REST-JSON API

This commit is contained in:
Bernardo Damele
2012-12-14 02:49:25 +00:00
parent 46885d4c28
commit 6e31e87de1
4 changed files with 36 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ class XMLRPCServer:
return retval
def run(self):
print "CALLING RUN"
if not self.is_busy():
init(self.options, True)
thread = threading.Thread(target=start)