small fix

This commit is contained in:
theo@manjaro 2022-09-02 10:53:39 +02:00
parent 09911a2c9d
commit 11c86c947f
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -243,7 +243,7 @@ def free_rooms() :
if time_uf_sav != "None" :
nofavslink += "time=" + time_uf_sav
# Suppression de l'éventuel '&' en trop :
if nofavslink[:-1] == "&" :
if nofavslink[-1] == "&" :
nofavslink = nofavslink[:-1]
# Tri des salles selon leurs catégories :