Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -433,7 +433,7 @@ def drive_process():
|
|
| 433 |
print(input_data_piece)
|
| 434 |
|
| 435 |
# Fill out a Surveystack submission
|
| 436 |
-
fill_out_survey(recipe_dict, input_data)
|
| 437 |
|
| 438 |
# Prepare the data for the structured output setup
|
| 439 |
proc_spec = get_data_ready(recipe_dict, input_data_piece)
|
|
|
|
| 433 |
print(input_data_piece)
|
| 434 |
|
| 435 |
# Fill out a Surveystack submission
|
| 436 |
+
#fill_out_survey(recipe_dict, input_data)
|
| 437 |
|
| 438 |
# Prepare the data for the structured output setup
|
| 439 |
proc_spec = get_data_ready(recipe_dict, input_data_piece)
|