forgot to initialize isill properly #41

Merged
paradizelost merged 1 commits from work into main 2025-01-01 00:19:46 -06:00
Showing only changes of commit 6ad7709983 - Show all commits

View File

@ -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':