aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backend/nijitrack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/nijitrack.py b/backend/nijitrack.py
index b894585..87c256b 100644
--- a/backend/nijitrack.py
+++ b/backend/nijitrack.py
@@ -64,7 +64,7 @@ def holodex_generation(server: SQLHandler):
holodex_organizations = DATA_SETTING["HOLODEX_ORGS"].split(",")
server.clear_table(CONFIG["TABLES"]["live"])
server.reset_auto_increment(CONFIG["TABLES"]["live"])
- holodex = HolodexAPI(CONFIG["API"]["holodex"])
+ holodex = HolodexAPI(CONFIG["API"]["holodex"], organization="Phase%20Connect")
for organization in holodex_organizations:
holodex.set_organization(organization)
subscriber_data = holodex.get_subscriber_data()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage