p2p-chat-python
p2p-chat-python copied to clipboard
Print error and ModuleNotFound Error
Hi there. Found some bugs in your script. There were 9 print functions without the parentheses so your program did not startup. Also, the thread
module was not found because it was _thread
not thread
. The thread
function was from Python 2.x.
Hi. Yes, this was written for Python 2. Could you please make changes to the code so that it works for Python 3 and send a pull request?
Thanks!