ignore isbn 1-111-11111-1
This commit is contained in:
parent
057c44df08
commit
0c5edb38ef
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ def to_isbn13(isbn):
|
|||
isbn = None
|
||||
except:
|
||||
isbn = None
|
||||
if isbn == '9781111111113':
|
||||
isbn = None
|
||||
return isbn
|
||||
|
||||
def normalize_isbn(value):
|
||||
|
|
Loading…
Reference in a new issue