We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c170f1b + b5e8571 commit 524af1aCopy full SHA for 524af1a
1 file changed
examples/sms_handler_demo.py
@@ -34,7 +34,7 @@ def main():
34
try:
35
modem.rxThread.join(2**31) # Specify a (huge) timeout so that it essentially blocks indefinitely, but still receives CTRL+C interrupt signal
36
finally:
37
- modem.close();
+ modem.close()
38
39
if __name__ == '__main__':
40
main()
0 commit comments