custom_components/bahmcloud_store/storage.py aktualisiert
This commit is contained in:
@@ -75,3 +75,4 @@ class BCSStorage:
|
|||||||
repos = data.get("custom_repos", [])
|
repos = data.get("custom_repos", [])
|
||||||
data["custom_repos"] = [r for r in repos if not (isinstance(r, dict) and r.get("id") == repo_id)]
|
data["custom_repos"] = [r for r in repos if not (isinstance(r, dict) and r.get("id") == repo_id)]
|
||||||
await self._save(data)
|
await self._save(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user