diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-05-04 16:33:28 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-05-04 16:33:28 -0700 |
| commit | 95f604cc62a96b31e2ac0797e447e09b9158efb3 (patch) | |
| tree | 5c4fedb8b1d83fdfd6c2e78d69cd7c35716c87c1 /config.py | |
| parent | 845d954fdca9d55f4cef699711a2a73809cd0d69 (diff) | |
Implemented ability to handle multiple Holodex Organizations
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ TIMEZONE_STR = "Pacific Standard Time" ROOT_STORAGE_PATH = "" # Skip the options below if you are not using Holodex -HOLODEX_ORG = "Nijisanji" +HOLODEX_ORG = "Nijisanji,Hololive" # Can be a comma separated list of organizations ORG_MEMBER_COUNT = 300 UPDATE_LOCAL_RECORDS = True # If true, will update the local records of the channels.txt and exclude_channels.txt files |
