Update Doors_Schedule.py
Browse files- Doors_Schedule.py +1 -1
Doors_Schedule.py
CHANGED
|
@@ -945,7 +945,7 @@ def get_cleaned_data_secondary(locations, main_info, secondary_info):
|
|
| 945 |
|
| 946 |
|
| 947 |
if len(main_info) == 3 and len(secondary_info) == 1:
|
| 948 |
-
for coords, label,
|
| 949 |
if len(coords)>1:
|
| 950 |
index = processed[label] % len(coords) # Round-robin indexing
|
| 951 |
new_coord = [coords[index]] # Pick the correct coordinate
|
|
|
|
| 945 |
|
| 946 |
|
| 947 |
if len(main_info) == 3 and len(secondary_info) == 1:
|
| 948 |
+
for coords, label, width, color, acous in locations:
|
| 949 |
if len(coords)>1:
|
| 950 |
index = processed[label] % len(coords) # Round-robin indexing
|
| 951 |
new_coord = [coords[index]] # Pick the correct coordinate
|