mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for rss feeds clearcache
This commit is contained in:
parent
a1cef0b958
commit
7bff5a246f
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ class TVCache():
|
|||
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
|
||||
|
||||
# clear RSS Feed cache
|
||||
with RSSFeeds(self.providerID) as feed:
|
||||
feed.clearCache(int(time.mktime(curDate.timetuple())))
|
||||
RSSFeeds(self.providerID).clearCache(int(time.mktime(curDate.timetuple())))
|
||||
|
||||
def _getRSSData(self):
|
||||
|
||||
|
|
Loading…
Reference in a new issue