Ready for liftoff

This commit is contained in:
=
2025-08-28 19:51:08 -04:00
parent 1d83c61998
commit 8bb86f743c
3 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ parse_text = json.loads(response.text)
for index, list in enumerate(parse_text['response']['applications'], start=1):
if index >= 38:
print(list)
#Need else and catch for upper bound
#Need else and catch for upper bound