Fix bug where posts would get posted multiple times or outside the 1 hour window

This commit is contained in:
2026-03-16 16:14:32 +01:00
parent d68e434c2b
commit 76d294d68f
2 changed files with 15 additions and 9 deletions

View File

@@ -4,4 +4,5 @@ FLUXER_TOKEN=
LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL
INTERVAL=3600 # 1 hour
SUBREDDIT=ich_iel
COMMAND_PREFIX="/" # Prefix for bot commands, default is "/"
POST_LIMIT=20 # How many posts to fetch from reddit each time