bug: add multicommand flag to auradine multicommand output.

This commit is contained in:
b-rowan
2024-01-24 18:08:22 -07:00
parent d81e3e9f88
commit 91de12467b

View File

@@ -112,7 +112,7 @@ class FluxWebAPI(BaseWebAPI):
await asyncio.gather(*[tasks[cmd] for cmd in tasks], return_exceptions=True)
data = {}
data = {"multicommand": True}
for cmd in tasks:
try:
result = tasks[cmd].result()