Merge pull request 'added the missing period' (#43) from work into main
Reviewed-on: #43
This commit is contained in:
commit
62e1fe738d
@ -141,7 +141,7 @@ for myaccount in accounts:
|
|||||||
except:
|
except:
|
||||||
myisbn=''
|
myisbn=''
|
||||||
if myisbn=='':
|
if myisbn=='':
|
||||||
if re.match("*ILL",mybook['resource']['title']):
|
if re.match(".*ILL",mybook['resource']['title']):
|
||||||
isill=True
|
isill=True
|
||||||
try:
|
try:
|
||||||
mycoverurl = mybook['resource']['coverUrl']['small']
|
mycoverurl = mybook['resource']['coverUrl']['small']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user