Skip to content
Snippets Groups Projects
Commit 9a3e40d9 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 e932aa00
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ import sys
request_body = sys.stdin.read()
input_json = json.loads(request_body)
minhistory = int(input_json['history'])
shots = int(input_json['shots'])
signaltype = str(input_json['signal_type'])
......
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