Skip to content

Commit

Permalink
Correct version log
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Feb 18, 2024
1 parent cd4fd5a commit 9bdf211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvlx/pyvlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
self.protocol_version = None
self.klf200 = Klf200Gateway(pyvlx=self)
self.api_call_semaphore = asyncio.Semaphore(1) # Limit parallel commands
PYVLXLOG.debug("Loadig pyvlx v0.1.76")
PYVLXLOG.debug("Loadig pyvlx v0.2.21")

async def connect(self) -> None:
"""Connect to KLF 200."""
Expand Down

0 comments on commit 9bdf211

Please sign in to comment.