From 34fcd4fe531f21ddfbebbad95c20173a07bff6fc Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Tue, 2 Aug 2005 20:23:17 +0000 Subject: [PATCH] kan anders zeker niet kloppen --- trunk/ripnews/news/article.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index 1e69f7b..0612c18 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -245,7 +245,7 @@ def get_articles(cachedir=false) # spul dat echt te oud is gaat nooit gevuld worden, dus doe ook geen poging het op te halen # wil wel wat ophalen aangezien logging aantoont dat er wel oudere articles gedownload worden for server in @connections.keys - if @connections[server]["skip_ids"].max && @connections[server]["skip_ids"].max + if @connections[server]["skip_ids"].max && @connections[server]["skip_ids"].max < @connections[server]["last"] articles = @connections[server]["last"] - @connections[server]["first"] if articles > 10000 fillerend = (@connections[server]["skip_ids"].max - (articles/5)).to_i