added the missing period #43

Merged
paradizelost merged 1 commits from work into main 2025-01-01 00:28:08 -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']