Fix returned value from backup/info WS command (#67439)
This commit is contained in:
parent
94130a6060
commit
e58ce7ab6e
3 changed files with 11 additions and 5 deletions
|
@ -30,7 +30,7 @@ async def handle_info(
|
|||
connection.send_result(
|
||||
msg["id"],
|
||||
{
|
||||
"backups": list(backups),
|
||||
"backups": list(backups.values()),
|
||||
"backing_up": manager.backing_up,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue