Artera and Blacklane notes. Added some todos. Had to pull category IDs for Walmart.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user