Add incident exports, queue SLA, and OpenWrt diff utilities
This commit is contained in:
@@ -126,7 +126,7 @@ async def selftest(msg: Message):
|
||||
await msg.answer("⏳ Self-test…", reply_markup=menu_kb)
|
||||
|
||||
async def worker():
|
||||
text = await run_selftest(cfg, DOCKER_MAP)
|
||||
text, _ok = await run_selftest(cfg, DOCKER_MAP)
|
||||
await msg.answer(text, reply_markup=menu_kb)
|
||||
|
||||
asyncio.create_task(worker())
|
||||
|
||||
Reference in New Issue
Block a user