Compare commits

..

No commits in common. "9d26f7bccc07e41831b8394a04efca1d87709c57" and "1d1b9d7b5dde8baf78361f2915c69940b3b6995e" have entirely different histories.

2 changed files with 2 additions and 2 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 :

View File

@ -90,4 +90,4 @@ class Dept :
self.rooms = rooms
def genlink(self,link):
return "https://adecons.unistra.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources="+link.strip()+"&projectId=5&calType=ical"
return "https://adecons.unistra.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources="+link.strip()+"&projectId=8&calType=ical"