From 5aaac48d0777abd9fa4ab735bfe99f7b3599c320 Mon Sep 17 00:00:00 2001 From: CoasterFreakDE Date: Mon, 20 Jun 2022 19:59:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BE=EF=B8=8F=20Added=20german=20"umlaute"?= =?UTF-8?q?=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reddit/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index 7c5db91..5639ce7 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -8,7 +8,7 @@ from utils.subreddit import get_subreddit_undone from utils.videos import check_done from praw.models import MoreComments -TEXT_WHITELIST = set("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890") +TEXT_WHITELIST = set("abcdefghijklmnopqrstuvwxyzäüö ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖß 1234567890") def textify(text):