From 845d954fdca9d55f4cef699711a2a73809cd0d69 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 4 May 2023 16:28:07 -0700 Subject: Implemented support for pulling active status from Holodex to local files --- config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config.py') diff --git a/config.py b/config.py index 16599bd..6eb919a 100644 --- a/config.py +++ b/config.py @@ -43,5 +43,6 @@ ROOT_STORAGE_PATH = "" # Skip the options below if you are not using Holodex HOLODEX_ORG = "Nijisanji" 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