debug
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2025-09-03 13:27:01 +00:00
parent 962aec2243
commit 7f6c894493

View File

@@ -206,7 +206,7 @@ class cls_caldav():
item.key = item.key.replace("$","")
if "manif" in item.key.lower():
item.team_manif = True
item.key = item.key.lower().replace("manif", "")
item.key = item.key.lower().replace("manif", "").upper()
item.name = arr[1]
if "&" in item.name:
arr = item.name.split("&")