From 95f604cc62a96b31e2ac0797e447e09b9158efb3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 4 May 2023 16:33:28 -0700 Subject: Implemented ability to handle multiple Holodex Organizations --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 6eb919a..49135e6 100644 --- a/config.py +++ b/config.py @@ -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 -- cgit v1.2.3