Fix a typo in `.env.template`

pull/537/head
Daud AHN 2 years ago
parent ab1b6d0092
commit 4c3f9545dc
No known key found for this signature in database
GPG Key ID: E2BFFE740492A65F

@ -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