From a1f10c7655e8e9e4c08f14a0088aa8de9cb2e835 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Sun, 26 May 2024 02:53:20 -0500 Subject: [PATCH] update example to better reflect usage --- config.ini.example | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.ini.example b/config.ini.example index 5e25d5b..7fe8ab8 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,15 +1,12 @@ [app] # Subreddit to parse -subreddit = rabbits +subreddit = mechmarket # Interval (in minutes) to check subreddit interval = 5 -# Keyword to search for within title and text -keyword = cute - -# Addional keyword search, split by commas -keyword = pretty, bun +# Addional keyword search +keyword = holy pandas # SMTP information [smtp]