1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00

FIX: (#932) RSS Checker would not include first item in rss feed

This commit is contained in:
evilhero 2015-01-28 02:39:21 -05:00
parent b27ecf8911
commit 0b9ce0befe

View file

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