Skip to content

Commit 5e206d3

Browse files
author
Mikhail Knyazev
committed
Merge remote-tracking branch 'upstream/master'
2 parents 2f045df + 524af1a commit 5e206d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sms_handler_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434
try:
3535
modem.rxThread.join(2**31) # Specify a (huge) timeout so that it essentially blocks indefinitely, but still receives CTRL+C interrupt signal
3636
finally:
37-
modem.close();
37+
modem.close()
3838

3939
if __name__ == '__main__':
4040
main()

0 commit comments

Comments
 (0)