Lots of template work - Luminate, G2, Crayon. Added Mizuno Running's script. Small changes to notes.

This commit is contained in:
Norm Rasmussen
2023-06-15 19:50:44 -04:00
parent 73ae8fe55b
commit 807739cae6
13 changed files with 523 additions and 38 deletions

View File

@ -19,7 +19,8 @@ def getfromName(baseUrlname, apiKey):
if response.status_code == 200:
print("200 Response!")
else:
print("Another error! " + response.status_code)
print("Another error! ")
print(response.status_code)
response = response.json()
# print(response)
# uuid = response["data"][0]["id"]