From 4fa16cef71fb6e876bb7d19f0f9554a609fb6533 Mon Sep 17 00:00:00 2001 From: Linus Svensson Date: Sat, 20 Jan 2024 12:27:25 +0100 Subject: [PATCH] Update settings.py --- settings/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/settings.py b/settings/settings.py index 92752ef..dda0817 100644 --- a/settings/settings.py +++ b/settings/settings.py @@ -35,7 +35,7 @@ post_default = True # Accepted values: Any language tag in quotes (https://en.wikipedia.org/wiki/IETF_language_tag) mastodon_lang = "" twitter_lang = "" -# quote_posts determines if quote reposts of other posts should be crossposted with the quoted post included as a link. If False these posts will be ignored. +# quote_posts determines if quote reposts of other users' posts should be crossposted with the quoted post included as a link. If False these posts will be ignored. quote_posts = True # max_retries sets maximum amount of times poster will retry a failed crosspost. # Accepted values: Integers greater than 0 @@ -75,4 +75,4 @@ overflow_posts = int(os.environ.get('OVERFLOW_POST')) if os.environ.get('OVERFLO max_per_hour = 0 -over_flow_posts = "retry" \ No newline at end of file +over_flow_posts = "retry"