Jahaja / psdash

A linux system information web dashboard using psutils and flask
Creative Commons Zero v1.0 Universal
2.42k stars 326 forks source link

No host on mac breaks view #19

Closed chrisgilmerproj closed 10 years ago

chrisgilmerproj commented 10 years ago

I decided to fire this up to try it out on my mac and it broke at web.py#L38 because the host value returns as None instead of a string giving AttributeError: 'NoneType' object has no attribute 'decode'.

Jahaja commented 10 years ago

Hi Chris, There's currently no support for OS X. More info on this in #5.