lynndixon / LiveSectional

Controls NeoPixel LED's to display conditions at airports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of code duplication between live_sectional.py and live_sectional_daemon.py

lynndixon opened this issue · comments

Currently, there is code duplication between live_sectional.py and the daemon 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.