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):