Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -418,7 +418,7 @@ def drive_process():
|
|
| 418 |
for key, input_chunks in input_data.items():
|
| 419 |
print("RECIPE INFO")
|
| 420 |
print(key)
|
| 421 |
-
print(recipe_dict["recipe_id")
|
| 422 |
|
| 423 |
# Get the input data based on the recipe
|
| 424 |
if recipe_dict["pre_processing_strategy"] == "Otter.ai Summary":
|
|
|
|
| 418 |
for key, input_chunks in input_data.items():
|
| 419 |
print("RECIPE INFO")
|
| 420 |
print(key)
|
| 421 |
+
print(recipe_dict["recipe_id"])
|
| 422 |
|
| 423 |
# Get the input data based on the recipe
|
| 424 |
if recipe_dict["pre_processing_strategy"] == "Otter.ai Summary":
|