Commit 04c7a14b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use boolean name

parent 0413ae79
......@@ -481,7 +481,7 @@ class SimpleXMLRPCServer(SocketServer.TCPServer,
allow_reuse_address = True
def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler,
logRequests=1, allow_none=False):
logRequests=True, allow_none=False):
self.logRequests = logRequests
SimpleXMLRPCDispatcher.__init__(self, allow_none)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment