Possible fix for Python multithread bug #126
This commit is contained in:
@@ -126,7 +126,7 @@ def main():
|
||||
try:
|
||||
print("connecting...")
|
||||
client.connect((remote_ip, remote_port))
|
||||
data = "Hello, roots!"
|
||||
data = "Hello, network!"
|
||||
print("send: ", data)
|
||||
sent_bytes = client.send(data)
|
||||
print("sent: " + str(sent_bytes) + " byte(s)")
|
||||
|
||||
Reference in New Issue
Block a user