Update Doors_Schedule.py
Browse files- Doors_Schedule.py +1 -0
Doors_Schedule.py
CHANGED
|
@@ -765,6 +765,7 @@ def get_width_info_tobeprinted_secondary(new_data, main_info, secondary_info):
|
|
| 765 |
width_info_tobeprinted.append(f"{width} mm wide x {height} mm high")
|
| 766 |
secondary_info_tobeprinted.append((acous, fire))
|
| 767 |
return width_info_tobeprinted, secondary_info_tobeprinted
|
|
|
|
| 768 |
def get_flattened_tuples_list_SECONDARY(col_dict):
|
| 769 |
tuples_list = []
|
| 770 |
|
|
|
|
| 765 |
width_info_tobeprinted.append(f"{width} mm wide x {height} mm high")
|
| 766 |
secondary_info_tobeprinted.append((acous, fire))
|
| 767 |
return width_info_tobeprinted, secondary_info_tobeprinted
|
| 768 |
+
|
| 769 |
def get_flattened_tuples_list_SECONDARY(col_dict):
|
| 770 |
tuples_list = []
|
| 771 |
|