mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-02 17:33:37 +00:00
RSS Feeds purges every 7 days now.
This commit is contained in:
parent
7bff5a246f
commit
9136df2ae5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class TVCache():
|
|||
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
|
||||
|
||||
# clear RSS Feed cache
|
||||
RSSFeeds(self.providerID).clearCache(int(time.mktime(curDate.timetuple())))
|
||||
RSSFeeds(self.providerID).clearCache()
|
||||
|
||||
def _getRSSData(self):
|
||||
|
||||
|
|
Loading…
Reference in a new issue