From 819e642b863ba0368eabc5acd1a6f2afc96bdec7 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 16 Jun 2022 13:36:44 -0400 Subject: [PATCH] added a secret value --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index cb2fa3b..b66ec3e 100644 --- a/.env.template +++ b/.env.template @@ -14,7 +14,7 @@ RANDOM_THREAD="" COMMENT_LENGTH_RANGE = "min,max" # The absolute path of the folder where you want to save the final video -# If empty or wrong, the path will be 'assets/' +# If empty or wrong, the path will be 'results/' FINAL_VIDEO_PATH="" # Valid options are "yes" and "no" for the variable below REDDIT_2FA="" @@ -35,4 +35,5 @@ OPACITY="1" VOICE="en_us_001" # e.g. en_us_002 # IN-PROGRESS - not yet implemented +TTsChoice="TikTok" # todo add docs STORYMODE="False"