From b603b223ddb154657fa4353d891e54aa148dcd0a Mon Sep 17 00:00:00 2001 From: Sukhbir Singh Date: Tue, 13 Mar 2012 23:10:53 +0530 Subject: [PATCH] Fixed a small typo (identifier) --- archivetombox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivetombox.py b/archivetombox.py index a5ed99f..2ab4a59 100644 --- a/archivetombox.py +++ b/archivetombox.py @@ -324,7 +324,7 @@ def main(): if e == u'X-Body-of-Message-End': break body.append(e) - body = HTMLParser.HTMLParser().unescape(''.join(x)) + body = HTMLParser.HTMLParser().unescape(''.join(body)) updated_date = nntpstat.asctime_update(date, message_id) if updated_date is None: