Compare commits

...

2 Commits

Author SHA1 Message Date
62e1fe738d Merge pull request 'added the missing period' (#43) from work into main
Reviewed-on: #43
2025-01-01 00:28:07 -06:00
56a0f40d01 added the missing period
All checks were successful
/ Plan (push) Successful in 42s
/ Plan (pull_request) Successful in 3m50s
/ Deploy (pull_request) Successful in 14s
2025-01-01 00:27:32 -06:00

View File

@ -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']