mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-31 05:03:34 +01:00
Reduce adapter_gravitytalescom no feedparser warning to debug.
This commit is contained in:
parent
d2ec906381
commit
a692157363
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ except ImportError:
|
|||
# A version of feedparser is available in the Calibre plugin version
|
||||
from calibre.web.feeds import feedparser
|
||||
except ImportError:
|
||||
logger.warn('No version of feedparser module available, falling back to naive published and updated date')
|
||||
logger.debug('No version of feedparser module available, falling back to naive published and updated date')
|
||||
feedparser = None
|
||||
|
||||
from base_adapter import BaseSiteAdapter
|
||||
|
|
|
|||
Loading…
Reference in a new issue