This commit is contained in:
2026-02-06 08:00:53 +01:00
committed by Florian Greistorfer
parent 7d254f5a3e
commit 7d086a7a20
6 changed files with 44 additions and 51 deletions

View File

@@ -128,4 +128,4 @@ def licensepicswitch(cclicense: str) -> list[str]:
],
}
return switch.get(cclicense, "")
return switch.get(cclicense, [])