Browse Source

Fix typo causing test error

pull/228/head
Eugenio Parodi 2 years ago
parent
commit
9449d4744a
  1. 1
      tests/timeit/24.socket.01.client.py

1
tests/timeit/24.socket.01.client.py

@ -37,7 +37,6 @@ def test1():
sock.sendall(bytes(data + "\n", "utf-8"))
received = str(sock.recv(1024), "utf-8")
return len(received)
https://github.com/ceccopierangiolieugenio/pyTermTk/issues/210
a = {}

Loading…
Cancel
Save