Update settings.py

This commit is contained in:
Linus Svensson
2024-01-20 12:27:25 +01:00
committed by GitHub
parent b8a4c260ea
commit 4fa16cef71

View File

@@ -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"
over_flow_posts = "retry"