We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d9c57 commit 8295d2cCopy full SHA for 8295d2c
main.py
@@ -42,6 +42,7 @@ async def test_smartglass_api(
42
43
poweroff_resp = await smartglass.command_power_off(console_liveid)
44
print(poweroff_resp)
45
+ await smartglass.session.aclose()
46
47
48
async def test_xhome_streaming(
0 commit comments