Skip to content

Commit 7b53b49

Browse files
committed
sigfoxUplink: Fixed syntax error
1 parent 2646ca1 commit 7b53b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sigfoxUplink/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# configure it as uplink only
1414
s.setsockopt(socket.SOL_SIGFOX, socket.SO_RX, False)
1515

16-
# send some bytes
17-
s.send(bytes([0x01, 0x02, 0x03])
16+
# send some bytes
17+
s.send(bytes([0x01, 0x02, 0x03]))

0 commit comments

Comments
 (0)