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 4ed1978 commit 3ac5c6dCopy full SHA for 3ac5c6d
examples/fona_sms.py
@@ -30,4 +30,4 @@
30
31
# Read out all the SMS messages on the FONA's SIM
32
for slot in range(1, num_sms):
33
- print(fona.read_sms(slot))
+ print(fona.read_sms(slot))
0 commit comments