aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 1663d70c..abd6c11d 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -113,7 +113,7 @@ class Root:
html += article[1].encode('utf-8') + \
" - " + not_read_begin + \
"""<a href="/description/%s:%s" rel="noreferrer" target="_blank">%s</a>""" % \
- (rss_feed_id, article[0].encode('utf-8'), article[2].encode('utf-8')) + \
+ (rss_feed_id, article[0].encode('utf-8'), article[2].encode('utf-8')[:150]) + \
not_read_end + like + \
"<br />\n"
html += "<br />\n"
bgstack15