modified: parse_salles.py
This commit is contained in:
parent
797514f712
commit
250ccebaf4
|
@ -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))
|
coordinates.append((temp, sheet.cell(row=2, column=cell.column).value, freeTime))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error: {e}")
|
print(f"Error: {e}")
|
||||||
|
|
||||||
|
return coordinates
|
||||||
|
|
||||||
|
|
||||||
def isEmptyRoom(val:str) -> bool:
|
def isEmptyRoom(val:str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue