enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

Network module is broken. #693

Closed crocket closed 5 years ago

crocket commented 5 years ago

The network module spits out Network: ValueError: Format specifier missing precision.

The cause of this issue is that round_size is set to None by default. It should be set to 0 by default.