anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

Add default value on KeyError #124

Closed anselal closed 6 years ago

anselal commented 6 years ago

Some times the software cannot retrieve some values from the miner like POOLS or HASHRATE and it result for the app to crash.

Adding an exception or a default value for that key may fix the bug.