Update content blacklist

This commit is contained in:
Joakim Soderlund 2020-11-15 17:23:43 +01:00
parent 76ec61c44f
commit 3c894ebb2e

View file

@ -74,7 +74,11 @@ AUTHOR_BLACKLIST: Set[int] = {
135140,
}
STORY_BLACKLIST: Set[int] = set()
STORY_BLACKLIST: Set[int] = {
316169,
318201,
}
STORY_WHITELIST: Set[int] = set()