-
Notifications
You must be signed in to change notification settings - Fork 237
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
key_publisher.py does not work #49
Comments
Is there any terminal output? What operating system and version are you using? |
To fix this issue replace |
I just ran this on python2 and python3 and it seemed to work (?) what version of Python are you using, and what OS ? |
I using Python 3.8.10 on Ubuntu 20.04 (btw, thanks for your impressive work!). |
It's because rate.sleep() doesn't work properly. It hold system so that the while loop doesn't go around. If you terminate the program with Ctrl+C, the system doesn't receive the old terminal attribute. |
The code related with key_publisher does not work.
It has two issues
The text was updated successfully, but these errors were encountered: