network.py: Update default format. (#616)

This commit is contained in:
Facetoe 2017-10-29 11:02:16 +08:00 committed by GitHub
parent 2058046efa
commit 86e05c0f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ class Network(IntervalModule, ColorRangeModule):
interval = 1
interface = 'eth0'
format_up = "{interface} {network_graph}{bytes_recv}KB/s"
format_up = "{interface} {network_graph_recv}{bytes_recv}KB/s"
format_active_up = {}
format_down = "{interface}: DOWN"
color_up = "#00FF00"