leftovers

This commit is contained in:
Bernardo Damele
2012-12-14 02:54:16 +00:00
parent a1b83cd56f
commit 0ec420cc70
2 changed files with 1 additions and 4 deletions

View File

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