From 6ad77099831de658532d363013b209e5dd8793f7 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Wed, 1 Jan 2025 00:18:32 -0600 Subject: [PATCH] forgot to initialize isill properly --- libnotices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libnotices.py b/libnotices.py index 9ca82f4..49f3757 100644 --- a/libnotices.py +++ b/libnotices.py @@ -131,6 +131,7 @@ for myaccount in accounts: outs = session.get(checkoutsuri) if len(outs.json()) >=1: for mybook in outs.json(): + isill=False if mybook['vendor']=='overdrive': continue if mybook['vendor']=='hoopla': -- 2.47.1