Skip to content

Commit

Permalink
fix sillyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 4, 2023
1 parent 7b19de4 commit 1b60f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/transceiver/base_transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def _check_connection(
@overrides(AbstractTransceiver.send_sdp_message)
def send_sdp_message(self, message, connection=None):
if connection is None:
sconnection_to_use = self._scamp_connections[random.randint(
connection_to_use = self._scamp_connections[random.randint(
0, len(self._scamp_connections) - 1)]
else:
connection_to_use = connection
Expand Down

0 comments on commit 1b60f22

Please sign in to comment.