Skip to content

Commit

Permalink
Dummy to try workdlow checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gazoodle committed Jan 28, 2025
1 parent 379b7fa commit 6a89081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geckolib/driver/async_udp_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
self._taskman = taskman
# self._lock = DbgLock() # asyncio.Lock()
self._lock = asyncio.Lock()
_LOGGER.debug("AsyncUdpProtocol started")
_LOGGER.debug("AsyncUdpProtocol started.")

@property
def Lock(self):
Expand Down

0 comments on commit 6a89081

Please sign in to comment.