From 8edc8934d3c1a74c5bee17ce5c2181bda9d567e7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 26 Nov 2023 02:40:52 -0800 Subject: update: data collection script for new PC demo --- backend/nijitrack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3