From c6ec4dd41d1b9569f5b37ee263c4d747c47e188e Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 13 Jul 2024 16:23:06 -0400 Subject: all libraries: collect card expiry date --- library_info_cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'library_info_cli.py') diff --git a/library_info_cli.py b/library_info_cli.py index 1de3cf3..cf80043 100755 --- a/library_info_cli.py +++ b/library_info_cli.py @@ -64,6 +64,7 @@ def html_td_img(i, imagepath, imagerelativepath): return "none" def html(checkouts, reservations, imagepath, imagerelativepath): + # WORKHERE: need to revise this to take a list of config entries to load, so we can collect card expiration info """ Make a pretty html page of the items. If imagepath and imagerelativepath are defined, save the images to imagepath, and set the html img tags src attribute to the imagerelativepath. """ -- cgit