Compare commits

..

No commits in common. "62e1fe738dda6fd8c5ec05d4eed1aeef59bf4932" and "6eebd43ae94d9851000b05622aa20a361ecbb3c5" have entirely different histories.

View File

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