chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

Fixed a couple of minor bugs #280

Closed zuiko42 closed 3 years ago

zuiko42 commented 3 years ago

Fixed the identification of Deep Clean sessions for the Pico S/C/Pro. The session name is in mixed case from the name of the session json file, and is being compared to upper case session names. This results in a Deep Clean message whenever there are 3 or more sessions for the device, regardless of what they are. Making the comparison case insensitive fixes this.

Added eventlet to the Python requirements.txt file in order to remove the warning message when starting the server. It appears to have no other effect on the operation of the server.