Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -619,7 +619,7 @@ def parse_survey_stack(data):
|
|
| 619 |
|
| 620 |
if processed_data["inputstyle"] == "individual-pieces-input-text":
|
| 621 |
print("IN THE STEP")
|
| 622 |
-
farm_management_inputs = data[0]['data']['interview']
|
| 623 |
print("FARM MANAGEMENT INPUTS" + str(farm_management_inputs))
|
| 624 |
|
| 625 |
processed_data["input_text_pieces"] = {}
|
|
|
|
| 619 |
|
| 620 |
if processed_data["inputstyle"] == "individual-pieces-input-text":
|
| 621 |
print("IN THE STEP")
|
| 622 |
+
farm_management_inputs = data[0]['data']['input_data']['interview']
|
| 623 |
print("FARM MANAGEMENT INPUTS" + str(farm_management_inputs))
|
| 624 |
|
| 625 |
processed_data["input_text_pieces"] = {}
|