p2p-chat-python icon indicating copy to clipboard operation
p2p-chat-python copied to clipboard

raw_input outdated and print functions missing parentheses.

Open Acc3ssD3n13d opened this issue 5 years ago • 3 comments

It seems that the Client.py script also has about 10 print syntax errors as well as using raw_input( ) instead of input( )

Acc3ssD3n13d avatar Jan 15 '20 18:01 Acc3ssD3n13d

This was written for python 2. I would appreciate it if you could make changes to this and send a pull request!

Thanks!

grakshith avatar Jan 18 '20 22:01 grakshith

Yea, I can take care of that. Np!

Acc3ssD3n13d avatar Sep 22 '20 04:09 Acc3ssD3n13d

Way to forget about this lol. I'm working on changing the 'raw_input()' , 'print' , and import thread. I fixed all of those issues and I'm currently adding some exception handling. Sorry about the delay :)

Acc3ssD3n13d avatar Oct 10 '21 20:10 Acc3ssD3n13d