Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ def process_survey(submission_id):
|
|
| 23 |
response = requests.get(survey_url)
|
| 24 |
response.raise_for_status()
|
| 25 |
data = response.json()
|
|
|
|
| 26 |
return data
|
| 27 |
|
| 28 |
except Exception as e:
|
|
|
|
| 23 |
response = requests.get(survey_url)
|
| 24 |
response.raise_for_status()
|
| 25 |
data = response.json()
|
| 26 |
+
#actual_data = data[0]['data']
|
| 27 |
return data
|
| 28 |
|
| 29 |
except Exception as e:
|