79348286

Date: 2025-01-11 14:36:17
Score: 3
Natty:
Report link

just use the connection, adress = accept() instead of the conn,address = accept() , because it makes deference in python3 also the conn.send(b'"hey"); use connection.send(b'"hey")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Justin Wray