conservationtechlab / dencam

Polar bear maternal den observation system.
MIT License
5 stars 2 forks source link

Implement solar display. Closes #17 #22

Closed EliasMartinezJ closed 2 years ago

EliasMartinezJ commented 2 years ago

added a new page that will be used to display data received from the sunsaver device

icr-ctl commented 2 years ago

Haven't reviewed the code, yet, but before I do, can you lint the code to PEP8. I like to use flake8 which can be installed with

pip install flake8

and then you can run it on a given file that you changed thusly:

flake8 dencam.py