Update script_for_automation.py
Browse files- script_for_automation.py +2 -0
script_for_automation.py
CHANGED
|
@@ -254,6 +254,8 @@ def fill_out_survey(recipe_dict, input_data):
|
|
| 254 |
print(f"Failed to submit: {response.status_code} - {response.text}")
|
| 255 |
except requests.exceptions.RequestException as e:
|
| 256 |
print(f"An error occurred while submitting the data: {e}")
|
|
|
|
|
|
|
| 257 |
|
| 258 |
|
| 259 |
def drive_process():
|
|
|
|
| 254 |
print(f"Failed to submit: {response.status_code} - {response.text}")
|
| 255 |
except requests.exceptions.RequestException as e:
|
| 256 |
print(f"An error occurred while submitting the data: {e}")
|
| 257 |
+
|
| 258 |
+
def get_data_ready(recipe_dict, input_data):
|
| 259 |
|
| 260 |
|
| 261 |
def drive_process():
|