Templates for a few companies. SPS notes.

This commit is contained in:
Norm Rasmussen
2023-03-28 16:55:54 -04:00
parent 5f971353ec
commit f373159238
7 changed files with 91 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import json
import Apikeys
def get_course():
count = 0
apiKey = Apikeys.walmartprod
@ -30,7 +31,6 @@ def get_course():
if "next" not in nextlink:
break
print(live_courses)