Update content blacklist

This commit is contained in:
Joakim Soderlund 2023-02-05 16:32:04 +01:00
parent bef4773d0c
commit af3eb596c6

View file

@ -79,6 +79,8 @@ AUTHOR_BLACKLIST: Set[int] = {
STORY_BLACKLIST: Set[int] = { STORY_BLACKLIST: Set[int] = {
316169, 316169,
318201, 318201,
413197,
499134,
} }
STORY_WHITELIST: Set[int] = set() STORY_WHITELIST: Set[int] = set()