changing logic for ill check
All checks were successful
/ Plan (push) Successful in 50s
/ Plan (pull_request) Successful in 8s
/ Deploy (pull_request) Successful in 18s

This commit is contained in:
Dan Hamik 2025-01-01 00:23:48 -06:00
parent 6ad7709983
commit 45f67c3cce

View File

@ -140,6 +140,7 @@ for myaccount in accounts:
myisbn = mybook['resource']['coverUrl']['small'].split('=')[1].split("/")[0] myisbn = mybook['resource']['coverUrl']['small'].split('=')[1].split("/")[0]
except: except:
myisbn='' myisbn=''
if myisbn=='':
if re.match("*ILL",mybook['resource']['title']): if re.match("*ILL",mybook['resource']['title']):
isill=True isill=True
try: try: