mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
balance parens
This commit is contained in:
@@ -329,7 +329,7 @@ class session(object):
|
||||
self.kill()
|
||||
r.failure.cause = reason
|
||||
if uri: r.failure.URI = uri
|
||||
self.log("Session from %s died for reason %s" % (web.ctx.ip, str(r.failure).split(":")[0].strip())
|
||||
self.log("Session from %s died for reason %s" % (web.ctx.ip, str(r.failure).split(":")[0].strip()))
|
||||
if uri: self.log("error URI: %s" % uri)
|
||||
|
||||
def handleclientfailure(self, m, r):
|
||||
|
||||
Reference in New Issue
Block a user