We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2646ca1 commit 7b53b49Copy full SHA for 7b53b49
examples/sigfoxUplink/main.py
@@ -13,5 +13,5 @@
13
# configure it as uplink only
14
s.setsockopt(socket.SOL_SIGFOX, socket.SO_RX, False)
15
16
-# send some bytes
17
-s.send(bytes([0x01, 0x02, 0x03])
+# send some bytes
+s.send(bytes([0x01, 0x02, 0x03]))
0 commit comments