Skip to content

Commit

Permalink
send data, key, submission time
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-N committed Apr 19, 2024
1 parent 4e0e57c commit e15feca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def parse_response(
self.response_json = response.json()

for record in self.response_json:
# send data, key, submission date and endtime
record_id = record.get("KEY")
submission_date = record.get("SubmissionDate")
endtime = record.get("endtime")
Expand Down

0 comments on commit e15feca

Please sign in to comment.