modified: parse_salles.py

This commit is contained in:
Antonin 2024-12-15 22:39:09 +01:00
parent 797514f712
commit 250ccebaf4
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ def create_edt(heure:int, semestre:int, day:str) -> list[(int, str, int)]:
coordinates.append((temp, sheet.cell(row=2, column=cell.column).value, freeTime))
except Exception as e:
print(f"Error: {e}")
return coordinates
def isEmptyRoom(val:str) -> bool: