diff --git a/proxy/rss_proxy.py b/proxy/rss_proxy.py index 8333eb5..268dbcd 100755 --- a/proxy/rss_proxy.py +++ b/proxy/rss_proxy.py @@ -88,7 +88,7 @@ def init_proxy(app): title = item.find("title") new_title = re.sub(r'&#\d+', '', title.text) title.text = new_title - print(title.text) + # print(title.text) if cached_item: cached_items.append(cached_item.decode())