Marthee commited on
Commit
b7b0cdb
·
verified ·
1 Parent(s): cd09547

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. 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, widht, 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
 
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