mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-10 11:25:05 -05:00
Disabled purging of feed-cache items for providers.
This commit is contained in:
parent
424674464f
commit
cc07bdb12f
@ -97,9 +97,6 @@ class TVCache():
|
||||
myDB = self._getDB()
|
||||
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
|
||||
|
||||
# clear RSS Feed cache
|
||||
RSSFeeds(self.providerID).clearCache()
|
||||
|
||||
def _getRSSData(self):
|
||||
|
||||
data = None
|
||||
|
Loading…
Reference in New Issue
Block a user