Merge pull request #537 from daud-ahn/env-template-typo

Fix a typo in `.env.template`
pull/547/head
Luka Hietala 2 years ago committed by GitHub
commit c65a315186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ REDDIT_PASSWORD=""
# If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no" # If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no"
RANDOM_THREAD="" RANDOM_THREAD=""
# Filters the comments by range of lenght (min and max characters) # Filters the comments by range of length (min and max characters)
# Min has to be less or equal to max # Min has to be less or equal to max
# DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES # DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES
COMMENT_LENGTH_RANGE = "min,max" COMMENT_LENGTH_RANGE = "min,max"

Loading…
Cancel
Save