aboutsummaryrefslogtreecommitdiff
path: root/modules/rss.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rss.py')
-rw-r--r--modules/rss.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/rss.py b/modules/rss.py
index 41084e4c..00b91ee7 100644
--- a/modules/rss.py
+++ b/modules/rss.py
@@ -47,6 +47,7 @@ class Module(ModuleManager.BaseModule):
if server and channel_name in server.channels:
channel = server.channels.get(channel_name)
for url in urls:
+ request = utils.http.Request(url, id=url)
if not url in hooks:
hooks[url] = []
hooks[url].append((server, channel))