aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-07-13 15:52:29 -0400
committerB. Stack <bgstack15@gmail.com>2024-07-13 15:52:29 -0400
commita8447bc07e80520326313a2dae287e2aa943393a (patch)
treecf5984baa9c14acf6f5d02f3652d849a9b700e38 /README.md
parentfully implement separate images (diff)
downloadlibrary-info-a8447bc07e80520326313a2dae287e2aa943393a.tar.gz
library-info-a8447bc07e80520326313a2dae287e2aa943393a.tar.bz2
library-info-a8447bc07e80520326313a2dae287e2aa943393a.zip
update cron-run script to use separate images for html
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e896af..d336782 100644
--- a/README.md
+++ b/README.md
@@ -76,4 +76,4 @@ plugin-based, so I can write a plugins/aspen.py with some standard format output
I still need to implement these features.
* add library card expiration date
-* try designing the --output html to save the images to files in ./images/{img50}.{img_format}
+* aspen and polaris: show the held until date
bgstack15