Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracker.py not work with Python 3.5 #154

Closed
Earthson opened this issue Jul 17, 2016 · 0 comments
Closed

tracker.py not work with Python 3.5 #154

Earthson opened this issue Jul 17, 2016 · 0 comments

Comments

@Earthson
Copy link
Contributor

  • sock.recv return byte instead of string
  • sendstr need encode and recvstr need decode
  • remove xrange & replace some range with list(range)
  • use division // instead of /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant