Skip to content
Snippets Groups Projects
Commit 00371769 authored by Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)'s avatar Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)
Browse files

Update file ec2_function.py

parent 9a3e40d9
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,6 @@ simulation_results = { ...@@ -71,6 +71,6 @@ simulation_results = {
# Convert the dictionary to a JSON string # Convert the dictionary to a JSON string
output_json = json.dumps(simulation_results) output_json = json.dumps(simulation_results)
print('Content-Type": "application/json') print('Content-Type: application/json')
print() print()
print(output_json) print(output_json)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment