Compare commits
2 Commits
6eebd43ae9
...
62e1fe738d
Author | SHA1 | Date | |
---|---|---|---|
62e1fe738d | |||
56a0f40d01 |
@ -141,7 +141,7 @@ for myaccount in accounts:
|
||||
except:
|
||||
myisbn=''
|
||||
if myisbn=='':
|
||||
if re.match("*ILL",mybook['resource']['title']):
|
||||
if re.match(".*ILL",mybook['resource']['title']):
|
||||
isill=True
|
||||
try:
|
||||
mycoverurl = mybook['resource']['coverUrl']['small']
|
||||
|
Loading…
x
Reference in New Issue
Block a user