Batch is a must in XML-RPC mode (Issue #287)

This commit is contained in:
Miroslav Stampar 2012-12-12 16:53:29 +01:00
parent fc4be0a77c
commit 76eb894bc7

View File

@ -55,6 +55,7 @@ def modulePath():
def xmlRpcServe():
logger.setLevel(logging.INFO)
cmdLineOptions.batch = True
cmdLineOptions.disableColoring = True
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
def emit(self, record):