add optional user specification

This commit is contained in:
2026-03-04 05:56:04 +00:00
parent 2748a5a75b
commit 328de3c766
3 changed files with 29 additions and 7 deletions

View File

@@ -42,7 +42,8 @@ display.
**Note:** For `EPD_TYPE`, refer to the `epd/epd_config.py` file for a full list
of supported display types and their corresponding string labels. For color
displays, ensure `DITHERING_MODE` is set to `color`. The bot
displays, ensure `DITHERING_MODE` is set to `color`. `ALLOWED_USER` is optional;
if set, the bot will only fetch images uploaded by that specific user. The bot
will retry a maximum of 100 times to find a valid image (matching the user filter,
if provided) before giving up.