diff --git a/src/rss.c b/src/rss.c index e1c8c420..b8d7563c 100644 --- a/src/rss.c +++ b/src/rss.c @@ -42,7 +42,7 @@ int rss_delay(int delay) // make it minutes if(delay < 1) delay = 1; - //delay *= 60; + delay *= 60; if(!wait) { wait = now + delay;