Skip to content

Commit

Permalink
fix: logger in wrong scope
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Apr 4, 2024
1 parent 087aa2d commit ca0d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smpmgr/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def f() -> None:
return_when=asyncio.FIRST_EXCEPTION,
)

logger.debug(f"{device_result=}, {keyboard_result=}")
logger.debug(f"{device_result=}, {keyboard_result=}")

asyncio.run(f())

Expand Down

0 comments on commit ca0d436

Please # to comment.