Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -444,7 +444,7 @@ def parse_survey_stack_data(data):
|
|
| 444 |
print("PROCESSING SURVEY STACK DATA")
|
| 445 |
processed_data = {}
|
| 446 |
|
| 447 |
-
farm_management_inputs = data[0]['data']['group_4']
|
| 448 |
|
| 449 |
print("FARM MANAGEMENT INPUTS" + str(farm_management_inputs))
|
| 450 |
|
|
|
|
| 444 |
print("PROCESSING SURVEY STACK DATA")
|
| 445 |
processed_data = {}
|
| 446 |
|
| 447 |
+
farm_management_inputs = data[0]['data']['group_4'].get('value', None)
|
| 448 |
|
| 449 |
print("FARM MANAGEMENT INPUTS" + str(farm_management_inputs))
|
| 450 |
|