Skip to content

Commit

Permalink
Fixed punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jan 21, 2025
1 parent 003a9d7 commit 804a347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken_ethernet.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def run(self): # pylint: disable=too-many-locals
"No node is set. How about setting 'NODE_ID=%s'? I won't use a node id for now.", uuid.uuid4()
)
else:
self.__logger.warning("This is the node with id: %s", node_id)
self.__logger.warning("This is the node with id: %s.", node_id)

mqtt_manager = MqttManager(node_id=node_id, broker_params=mqtt_params)
database_manager = DatabaseManager(**database_params)
Expand Down

0 comments on commit 804a347

Please sign in to comment.