8000 Fix embed · python-kasa/python-kasa@d3c042d · GitHub
[go: up one dir, main page]

Skip to content

Commit d3c042d

Browse files
committed
Fix embed
1 parent d5a42c4 commit d3c042d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ async def shell(dev: Device):
12371237
logging.getLogger("asyncio").setLevel(logging.WARNING)
12381238
loop = asyncio.get_event_loop()
12391239
try:
1240-
embed(
1240+
await embed( # type: ignore[func-returns-value]
12411241
globals=globals(),
12421242
locals=locals(),
12431243
return_asyncio_coroutine=True,

0 commit comments

Comments
 (0)
0