From 0037176915a6a7abf7a5cca0918a15a2834b3b43 Mon Sep 17 00:00:00 2001
From: "Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)" <rs01922@surrey.ac.uk>
Date: Mon, 15 May 2023 14:00:47 +0000
Subject: [PATCH] Update file ec2_function.py

---
 ec2_function.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ec2_function.py b/ec2_function.py
index 8138bb7..10c660c 100644
--- a/ec2_function.py
+++ b/ec2_function.py
@@ -71,6 +71,6 @@ simulation_results = {
 
 # Convert the dictionary to a JSON string
 output_json = json.dumps(simulation_results)
-print('Content-Type": "application/json')
+print('Content-Type: application/json')
 print()
 print(output_json)
\ No newline at end of file
-- 
GitLab