We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there is code duplication between live_sectional.py and the daemon live_sectional_daemon.py.
live_sectional.py
live_sectional_daemon.py
Ideally, live_sectional_daemon.py should instantiate / import / call / or even exec the actual code in live_sectional.py.
This would get rid of duplication, make the codebase easier to understand and follow much better standards.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, there is code duplication between
live_sectional.py
and the daemonlive_sectional_daemon.py
.Ideally,
live_sectional_daemon.py
should instantiate / import / call / or even exec the actual code inlive_sectional.py
.This would get rid of duplication, make the codebase easier to understand and follow much better standards.
The text was updated successfully, but these errors were encountered: