Compare commits

...

2 Commits

Author SHA1 Message Date
6eebd43ae9 Merge pull request 'changing logic for ill check' (#42) from work into main
Reviewed-on: #42
2025-01-01 00:24:15 -06:00
45f67c3cce 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
2025-01-01 00:23:48 -06:00

View File

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