mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -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 = self._getDB()
|
||||||
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
|
myDB.action("DELETE FROM [" + self.providerID + "] WHERE time < ?", [int(time.mktime(curDate.timetuple()))])
|
||||||
|
|
||||||
# clear RSS Feed cache
|
|
||||||
RSSFeeds(self.providerID).clearCache()
|
|
||||||
|
|
||||||
def _getRSSData(self):
|
def _getRSSData(self):
|
||||||
|
|
||||||
data = None
|
data = None
|
||||||
|
Loading…
Reference in New Issue
Block a user