I am making a pygame LAN game and encountered this error
The code is hosted on github: https://github.com/EmilioMendoza98/LANGame
I get the error "SyntaxError: unexpected EOF while parsing" on line 58 for the client and line 66 on the server
I am fairly new to both pygame and sockets so I am completely in the dark here how do I fix this?