From 75307a1f0d163224ffd9e702f480807abf9a1244 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 20 Oct 2025 14:52:51 -0400 Subject: [PATCH] Testing Walmart APIs during AWS outage --- Scripts/API_Tests/get_cat_lp_course_ids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/API_Tests/get_cat_lp_course_ids.py b/Scripts/API_Tests/get_cat_lp_course_ids.py index 5b9c730e..789b6e66 100644 --- a/Scripts/API_Tests/get_cat_lp_course_ids.py +++ b/Scripts/API_Tests/get_cat_lp_course_ids.py @@ -3,7 +3,7 @@ import os import Apikeys import requests -APIKEY = Apikeys.walmartprod +APIKEY = Apikeys.SPARKPROD CMD = "touch ~/Downloads/Spark_Categories.csv" HEADERS = { "accept": "application/json",