changing logic for ill check
This commit is contained in:
parent
6ad7709983
commit
45f67c3cce
@ -140,6 +140,7 @@ for myaccount in accounts:
|
||||
myisbn = mybook['resource']['coverUrl']['small'].split('=')[1].split("/")[0]
|
||||
except:
|
||||
myisbn=''
|
||||
if myisbn=='':
|
||||
if re.match("*ILL",mybook['resource']['title']):
|
||||
isill=True
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user