Fix file ends for CI
This commit is contained in:
parent
59429cdcbe
commit
e77981f86e
|
@ -15,4 +15,3 @@ with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
|
|||
print("Receiving")
|
||||
data = s.recv(1024)
|
||||
print('Received', repr(data))
|
||||
|
||||
|
|
Loading…
Reference in New Issue