use logging.getLogger(__name__)
This commit is contained in:
parent
8756e51090
commit
d497e89b2b
36 changed files with 47 additions and 39 deletions
|
|
@ -12,7 +12,7 @@ import stdnum.isbn
|
|||
from .utils import normalize_isbn
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger('meta.worldcat')
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
base_url = 'http://www.worldcat.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue