sqlitedict cache e migliore gestione dei thread

This commit is contained in:
mac12m99
2021-09-28 20:13:15 +02:00
parent 613087342b
commit 1bd771b565
4 changed files with 25 additions and 6 deletions

View File

@@ -650,7 +650,7 @@ def scrape(func):
if config.get_setting('trakt_sync'):
from core import trakt_tools
trakt_tools.trakt_check(itemlist)
logger.debug('scraping time: ', time()-scrapingTime)
logger.debug(item.channel + ' scraping time ' + ':', time()-scrapingTime)
return itemlist
return wrapper