Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiko2 committed Dec 7, 2021
1 parent cc5accc commit 8000bb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ def _default_config() -> configparser.ConfigParser:
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


Expand Down

0 comments on commit 8000bb7

Please sign in to comment.