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:
parent
b27ecf8911
commit
0b9ce0befe
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue