1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove deprecated credstash + keyring (#47033)

This commit is contained in:
Paulus Schoutsen
2021-02-25 00:48:19 -08:00
committed by GitHub
parent 72263abfa9
commit 633a7aeb22
10 changed files with 4 additions and 262 deletions

View File

@@ -141,12 +141,7 @@ def run(script_args: List) -> int:
if sval is None:
print(" -", skey + ":", color("red", "not found"))
continue
print(
" -",
skey + ":",
sval,
color("cyan", "[from:", flatsecret.get(skey, "keyring") + "]"),
)
print(" -", skey + ":", sval)
return len(res["except"])