mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Merge branch 'master' of github.com:research/chocolate
This commit is contained in:
@@ -96,7 +96,7 @@ class NcursesLogger(Logger):
|
||||
self.d.infobox(self.content, self.height+2, self.width+4)
|
||||
|
||||
def log(self, level, data):
|
||||
self.add(data + "\n")
|
||||
self.add(str(data) + "\n")
|
||||
|
||||
log_instance = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user