place
This commit is contained in:
parent
67d1814192
commit
f2c7491d4c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def lookup(id):
|
||||||
place, publisher, date = m[0]
|
place, publisher, date = m[0]
|
||||||
data['publisher'] = publisher
|
data['publisher'] = publisher
|
||||||
data['date'] = date
|
data['date'] = date
|
||||||
data['places'] = [place]
|
data['place'] = [place]
|
||||||
|
|
||||||
logger.debug('lookup %s => %s', id, data.keys())
|
logger.debug('lookup %s => %s', id, data.keys())
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Reference in a new issue