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

Refactor python2 scripts for python3 #19

Open
markus2342 opened this issue Aug 16, 2017 · 0 comments
Open

Refactor python2 scripts for python3 #19

markus2342 opened this issue Aug 16, 2017 · 0 comments
Labels

Comments

@markus2342
Copy link
Contributor

There are a number of python2 scripts in the scripts directory which should be converted to python3.

Typical issues to be encountered will be the use of strings as arguments to socket.sendto. This behaviour has changed with python3. socket.sendto now accepts a byte type as argument.
Ideally these affected scripts would be modified to use the FlipdotAPI which takes care of sending data to the flipdot matrix.

@markus2342 markus2342 added the bug label Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant