Changed text for not found imports
This commit is contained in:
parent
e9fb5d9f25
commit
3eae2e9c2c
|
@ -26,13 +26,13 @@ log = logger.create()
|
|||
|
||||
try: from . import goodreads
|
||||
except ImportError as err:
|
||||
log.debug("goodreads: %s", err)
|
||||
log.debug("cannot import goodreads, showing authors-metadata will not work: %s", err)
|
||||
goodreads = None
|
||||
|
||||
|
||||
try: from . import simpleldap as ldap
|
||||
except ImportError as err:
|
||||
log.debug("simpleldap: %s", err)
|
||||
log.debug("cannot import simpleldap, logging in with ldap will not work: %s", err)
|
||||
ldap = None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user