From 8000bb701baa301baea134f4d86ecbdebb30372f Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Tue, 7 Dec 2021 13:21:07 +0800 Subject: [PATCH] Update config.py --- config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.py b/config.py index d78f990..d06b392 100644 --- a/config.py +++ b/config.py @@ -415,6 +415,10 @@ class Config: conf.set(sec15, "mode", 1) conf.set(sec15, "vars", "actor,director,label,outline,series,studio,tag,title") + sec16 = "javdb" + conf.add_section(sec16) + conf.set(sec15, "sites", "33,34") + return conf