diff --git a/mylar/rsscheck.py b/mylar/rsscheck.py index 473a4a88..48c968be 100755 --- a/mylar/rsscheck.py +++ b/mylar/rsscheck.py @@ -421,7 +421,7 @@ def rssdbupdate(feeddata,i,type): #let's add the entries into the db so as to save on searches #also to build up the ID's ;) - x = 1 + x = 0 while x <= i: try: dataval = feeddata[x]