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:
|
||||
data = connection.recv(1024)
|
||||
if not data:
|
||||
# connection lost, reestablish connection
|
||||
connection, client_address = server.accept()
|
||||
continue
|
||||
rgb = data.decode()
|
||||
|
|
Loading…
Reference in a new issue