-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create a web interface for configuration & other features #123
Comments
|
Branch: https://github.com/9and3r/PaperPi/tree/web_configuration |
@9and3r Can you give me some more examples of how the I can't think of a reason it would die due to the timeout. |
It is not getting to the timeout. The problem is the signal library being called from another thread. The server is running on another thread, so it calls the update function from outside the main thread. https://docs.python.org/3/library/signal.html |
Example python file to test this. The first runSignal will work. The second part will fail because it runs in a new thread
|
|
|
PR #136 resolves |
|
|
refactor config functions into new module in PR #138 |
Recipe for testing out the new configuration bits
|
|
see below
The text was updated successfully, but these errors were encountered: