Update app.py
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ def process_survey(button_type, submission_id):
|
|
| 33 |
print(survey_url)
|
| 34 |
|
| 35 |
try:
|
|
|
|
| 36 |
response = requests.get(survey_url)
|
| 37 |
response.raise_for_status()
|
| 38 |
data = response.json()
|
|
|
|
| 33 |
print(survey_url)
|
| 34 |
|
| 35 |
try:
|
| 36 |
+
global yaml_outputs
|
| 37 |
response = requests.get(survey_url)
|
| 38 |
response.raise_for_status()
|
| 39 |
data = response.json()
|