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:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user