From 4d233db1015750233d4d4271e254c56d1c60e086 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Sat, 6 May 2023 18:51:41 -0500 Subject: [PATCH] fix example to proper format --- config.ini.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ini.example b/config.ini.example index 91a15e4..aead63d 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,3 +1,4 @@ +[app] # Subreddit to parse subreddit = rabbits @@ -8,6 +9,7 @@ interval = 5 keyword = cute # SMTP information +[smtp] smtp_server = localhost smtp_port = 25 smtp_username = test