1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

Forgot to uncomment one line in the RSS code.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@870 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Toni Spets 2007-06-01 11:46:14 +00:00
parent f874e4e441
commit a4841496e1

View File

@ -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;