Artera and Blacklane notes. Added some todos. Had to pull category IDs for Walmart.

This commit is contained in:
Norm Rasmussen
2024-03-13 16:31:57 -04:00
parent b11f58a2b7
commit f4a1a757c4
6 changed files with 47 additions and 48 deletions

View File

@ -21,7 +21,7 @@ def getMedia(APIKEY, URL):
file_name = data["attributes"]["file_name"]
created_date = data["attributes"]["created_at"]
id_val = data["id"]
if "2024-03" in created_date:
if "2024-03-12" in created_date:
if "scorm" in file_type:
data_tuple = (id_val, created_date, file_name)
scorm_ids.append(id_val)