From 63dafd54d30108ce95a2bfebbc3045344aabbcfc Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Thu, 26 Jan 2023 17:24:51 +1100 Subject: [PATCH] black I can't even tell what it thinks it did, but Black likes to complain. --- bookwyrm/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index cd63ebb0d..5cbb4b1e4 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -371,7 +371,7 @@ HTTP_X_FORWARDED_PROTO = env.bool("SECURE_PROXY_SSL_HEADER", False) if HTTP_X_FORWARDED_PROTO: SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") -# Instance Actor for signing GET requests to "secure mode" +# Instance Actor for signing GET requests to "secure mode" # Mastodon servers. # Do not change this setting unless you already have an existing # user with the same username - in which case you should change it!