mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Updating provider clear cache log message
This commit is contained in:
parent
09f53d3537
commit
ec860cfc1f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class TVCache():
|
|||
|
||||
def _clearCache(self):
|
||||
if self.shouldClearCache():
|
||||
logger.log(u"Clearing " + self.provider.name + " cache")
|
||||
logger.log(u"Clearing items older than 1 week from " + self.provider.name + " cache")
|
||||
|
||||
curDate = datetime.date.today() - datetime.timedelta(weeks=1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue