rebuild changelog and redownload from peers.
This commit is contained in:
parent
5bb1d4c162
commit
ff5917ade0
9 changed files with 129 additions and 58 deletions
|
|
@ -53,11 +53,6 @@ def lookup_provider(arg):
|
|||
def lookup(key, value):
|
||||
if not isvalid_id(key, value):
|
||||
return {}
|
||||
'''
|
||||
if not settings.server.get('local_lookup'):
|
||||
import oml.metaremote
|
||||
return oml.metaremote.lookup(key, value)
|
||||
'''
|
||||
if key == 'isbn':
|
||||
try:
|
||||
data = google.info(key, value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue