mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #9051 (Amazon cover download appears to be broken)
This commit is contained in:
parent
4715cbf792
commit
05cbc9d919
@ -50,7 +50,7 @@ def to_asin(br, isbn):
|
||||
else:
|
||||
asin = isbn
|
||||
with cache_lock:
|
||||
asin_cache[isbn] = ans if ans else False
|
||||
asin_cache[isbn] = asin if asin else False
|
||||
return asin
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user