Skip to content

Commit

Permalink
Merge 3c12540 into 2608317
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 26, 2023
2 parents 2608317 + 3c12540 commit 3c3b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblnet/blnet_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def set_node(self, node):
# send the request to change the node
try:
r = requests.get(
self.ip + "/can.htm?blaA=" + str(node),
self.ip + "/can.htm?blaB=" + str(node),
headers=self.cookie_header(),
timeout=self._timeout)
except requests.exceptions.RequestException:
Expand Down

0 comments on commit 3c3b8e9

Please sign in to comment.