summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 3b52088..6d2914b 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -44,7 +44,8 @@ const mainQuery: GetPostQuery = {
44 "inpool:false", 44 "inpool:false",
45 ], 45 ],
46 tagsBlacklist: [ 46 tagsBlacklist: [
47 "tucker_chimera_(fma)" 47 "tucker_chimera_(fma)",
48 "taur"
48 ], 49 ],
49 maxPage: 118, 50 maxPage: 118,
50}; 51};