Skip to content

Commit

Permalink
Update bitbots_misc/bitbots_utils/bitbots_utils/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Gutsche <[email protected]>
  • Loading branch information
Flova and jaagut authored Dec 12, 2024
1 parent 0030b85 commit 8c98352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbots_misc/bitbots_utils/bitbots_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_parameters_from_other_node_sync(
) -> Dict:
"""
Used to receive parameters from other running nodes. It does not use async internally.
It should not be used in callback functions, but it it a bit more reliable than the async version.
It should not be used in callback functions, but it is a bit more reliable than the async version.
Returns a dict with requested parameter name as dict key and parameter value as dict value.
"""
client = own_node.create_client(GetParameters, f"{other_node_name}/get_parameters")
Expand Down

0 comments on commit 8c98352

Please sign in to comment.