removed socket_data temp

master
Ebbe Baß 2022-03-26 20:42:35 +01:00
parent acff311f15
commit 36ddcad9c5
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@ if __name__ == '__main__':
try: try:
while True: while True:
socket_data = conn.recv(1024) # socket_data = conn.recv(1024)
print(socket_data) # print(socket_data)
print(type(socket_data)) # print(type(socket_data))
if led_power == True: if led_power == True:
if check_internet() == False: if check_internet() == False:
blink(strip, Color(255,0,0), Color(255,255,255)) blink(strip, Color(255,0,0), Color(255,255,255))