Travis-CI linting (#49)

Travis-CI linting
This commit is contained in:
Daniel Perna 2017-08-16 00:57:16 +02:00 committed by GitHub
parent 1587931d42
commit f867463ed8
4 changed files with 8 additions and 5 deletions

View file

@ -2786,8 +2786,8 @@ def check_access(clientip):
return False
class RequestHandler(BaseHTTPRequestHandler):
def log_message(self, fmt, *args):
LOG.info("%s - %s" % (self.client_address[0], fmt % args))
def log_message(self, format, *args):
LOG.info("%s - %s" % (self.client_address[0], format % args))
return
def do_BLOCK(self):