From 56a0f40d0104d603f5ef2599e17a1b7a679363e9 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Wed, 1 Jan 2025 00:27:32 -0600 Subject: [PATCH] added the missing period --- libnotices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnotices.py b/libnotices.py index 92267a8..ead45ea 100644 --- a/libnotices.py +++ b/libnotices.py @@ -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']