From 98bf67409a30597d19eb0eb11a8063ae33dc74f1 Mon Sep 17 00:00:00 2001 From: Matt Gutterman Date: Thu, 12 Sep 2024 22:36:11 -0400 Subject: [PATCH] Updated for 2025 --- stats.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/stats.html b/stats.html index 936c708..79c8801 100644 --- a/stats.html +++ b/stats.html @@ -12,7 +12,7 @@
-
Resident Camp
+
2025 Resident Camp
@@ -124,32 +124,32 @@
Webelos Week
{ "sessionName": "Week 1", "goal":500, - "previousYear": 452 + "previousYear": 466 }, { "sessionName": "Week 2", - "goal":250, - "previousYear": 290 + "goal":275, + "previousYear": 337 }, { "sessionName": "Week 3", - "goal":500, - "previousYear": 467 + "goal":525, + "previousYear": 517 }, { "sessionName": "Week 4", - "goal":450, - "previousYear": 443 + "goal":525, + "previousYear": 553 }, { "sessionName": "Week 5", - "goal":450, - "previousYear": 363 + "goal":525, + "previousYear": 557 }, { "sessionName": "Week 6", - "goal":400, - "previousYear": 319 + "goal":300, + "previousYear": 327 } ] @@ -315,10 +315,10 @@
Webelos Week
} async function main(){ - await residentCamp('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=73304'); - await paddlerama('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80824'); - await fawnRun('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80828'); - await webelosWeek('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80830'); + await residentCamp('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=86539'); + // await paddlerama('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80824'); + // await fawnRun('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80828'); + // await webelosWeek('https://247scouting.com/api.php?o=BSA525&a=registration_count&v=80830'); } main()