Skip to content

Commit

Permalink
Fixed a small typo (identifier)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhbir Singh committed Mar 13, 2012
1 parent 3e0a6e8 commit b603b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivetombox.py
Expand Up @@ -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:
Expand Down

0 comments on commit b603b22

Please sign in to comment.