aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-09-19 20:24:01 +0200
committercedricbonhomme <devnull@localhost>2010-09-19 20:24:01 +0200
commit0b192ff2792f25012725feeefc0fa71f979fa486 (patch)
tree1717d818573a323ffb3b781e5c88eed01cb03aa8
parentUnescape HTML entities. (diff)
downloadnewspipe-0b192ff2792f25012725feeefc0fa71f979fa486.tar.gz
newspipe-0b192ff2792f25012725feeefc0fa71f979fa486.tar.bz2
newspipe-0b192ff2792f25012725feeefc0fa71f979fa486.zip
Removed useless comment.
-rwxr-xr-xpyAggr3g470r.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index f4964947..85605b88 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -410,7 +410,6 @@ class Root:
html += "<br /><br />"
description = article[4]
if description:
- #html += utils.unescape(description).encode('utf-8')
html += description.encode('utf-8')
else:
html += "No description available."
bgstack15