Merge pull request 'added the missing period' (#43) from work into main

Reviewed-on: #43
This commit is contained in:
paradizelost 2025-01-01 00:28:07 -06:00
commit 62e1fe738d

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