accepte manif or Manif
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m53s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m53s
This commit is contained in:
@@ -204,9 +204,9 @@ class cls_caldav():
|
||||
if "$" in item.key:
|
||||
item.team_transfert = True
|
||||
item.key = item.key.replace("$","")
|
||||
if "Manif" in item.key:
|
||||
if "manif" in item.key.lower():
|
||||
item.team_manif = True
|
||||
item.key = item.key.replace("Manif", "")
|
||||
item.key = item.key.lower().replace("manif", "")
|
||||
item.name = arr[1]
|
||||
if "&" in item.name:
|
||||
arr = item.name.split("&")
|
||||
|
||||
Reference in New Issue
Block a user