added comment, trying to trigger workflow
This commit is contained in:
parent
2c23304285
commit
df73b149df
1 changed files with 1 additions and 0 deletions
1
rgb.py
1
rgb.py
|
@ -45,6 +45,7 @@ if __name__ == "__main__":
|
||||||
while True:
|
while True:
|
||||||
data = connection.recv(1024)
|
data = connection.recv(1024)
|
||||||
if not data:
|
if not data:
|
||||||
|
# connection lost, reestablish connection
|
||||||
connection, client_address = server.accept()
|
connection, client_address = server.accept()
|
||||||
continue
|
continue
|
||||||
rgb = data.decode()
|
rgb = data.decode()
|
||||||
|
|
Loading…
Reference in a new issue