Testing Walmart APIs during AWS outage

This commit is contained in:
Norm Rasmussen
2025-10-20 14:52:51 -04:00
parent 7414b2e22e
commit 75307a1f0d

View File

@ -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",