From 11c86c947f58717a70bd9e3692cdbb9927e8d1cc Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Fri, 2 Sep 2022 10:53:39 +0200 Subject: [PATCH] small fix --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4c10ec2..1dc0635 100644 --- a/app.py +++ b/app.py @@ -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 :