Jack477 / CommanderPi

Easy RaspberryPi4 GUI system managment
MIT License
188 stars 33 forks source link

added: auto_check switch to cpi.config .. #31

Closed paulwratt closed 3 years ago

paulwratt commented 3 years ago

workaround for issue #29 (bug in Python?), modified config startup code, now it always reads from the config, even if its just been created, added #30 notes about version and app_version, included examples and import config_cpi as cf - ie lotsa if statements needed to idiot proof text values in config file (for the lack of switch statement in Python)

paulwratt commented 3 years ago

I would prefer to submit a PR with the version issue from #30 included in the seperate config_cpi.py - this PR will work fine, but it has the extra stuff as examples, and therefore not change/fixed

paulwratt commented 3 years ago

hopefully this is still useful, as I removed the fork to do a clean set of pull requests