example: removed invalid constructor argument

This commit is contained in:
Thomas Kolb 2020-01-19 17:34:57 +01:00
parent 8f06b28f31
commit 01cc1ed9b7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ while True:
# -1: infinite retries
# integer: seconds before exception is thrown
socket = SEMSocket('f0:c7:7f:0d:e7:17', auto_reconnect_timeout=None)
socket = SEMSocket('f0:c7:7f:0d:e7:17')
print("Connected.")
#socket.login("1337")