N'affiche pas les "salles non définies"

This commit is contained in:
theo@manjaro 2022-09-02 11:18:49 +02:00
parent 9d26f7bccc
commit 7f23f52d25
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ def get_tot_rooms(datet, depts, ignore_list) :
rnamelist.append(roomname)
for rname in rnamelist :
if rname not in roomnames :
rname = rname.strip()
if (rname not in roomnames) and (rname not in ignore_list) :
roomnames.append(rname)
start = datet.replace(hour = 0, minute = 0, second=0) # Par défaut, l'heure de début de disponibilité est aujourd'hui à 00:00