Updated some Zenjob templates. Walmart notes. Need to figure out a new virtualenvironment for running scripts.
This commit is contained in:
@ -7,6 +7,7 @@ HEADERS = {
|
||||
"X-Api-Key": APIKEY,
|
||||
}
|
||||
|
||||
|
||||
def get_courses():
|
||||
"""
|
||||
Function to get courses and their IDs
|
||||
@ -30,5 +31,6 @@ def get_courses():
|
||||
break
|
||||
print(list_of_ids)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
get_courses()
|
||||
|
||||
Reference in New Issue
Block a user