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:
|
if "$" in item.key:
|
||||||
item.team_transfert = True
|
item.team_transfert = True
|
||||||
item.key = item.key.replace("$","")
|
item.key = item.key.replace("$","")
|
||||||
if "Manif" in item.key:
|
if "manif" in item.key.lower():
|
||||||
item.team_manif = True
|
item.team_manif = True
|
||||||
item.key = item.key.replace("Manif", "")
|
item.key = item.key.lower().replace("manif", "")
|
||||||
item.name = arr[1]
|
item.name = arr[1]
|
||||||
if "&" in item.name:
|
if "&" in item.name:
|
||||||
arr = item.name.split("&")
|
arr = item.name.split("&")
|
||||||
|
|||||||
Reference in New Issue
Block a user