From aab084c9bc0d2f007754f677fb9d296566ae276d Mon Sep 17 00:00:00 2001 From: Jacob Chambers Date: Sat, 4 Jun 2022 01:11:28 +0100 Subject: [PATCH] Loop and accent settings --- .env.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 5ab4ae4..003fbc5 100644 --- a/.env.template +++ b/.env.template @@ -7,5 +7,9 @@ REDDIT_PASSWORD="" REDDIT_2FA="" THEME="" +SUBREDDIT="AskReddit" -SUBREDDIT="" +# Valid options are "yes" and "no" for the variable below +LOOP="false" +# Australian: "com.au", American: "com" - Find more at https://gtts.readthedocs.io/en/latest/module.html#localized-accents +ACCENT="com" \ No newline at end of file