diff --git a/src/web/index.html b/src/web/index.html index 6d97bc0..4dbc8e5 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -135,7 +135,7 @@ {{ l.bytes_tx }} {{ l.bytes_rx }} {{ (l.bytes_tx - status_prev.listeners_id[l.id].bytes_tx) / status.tick_dif | ratestr }} - / {{ (l.bytes_rx - status_prev.clisteners_id[l.id].bytes_rx) / status.tick_dif | ratestr }} + / {{ (l.bytes_rx - status_prev.listeners_id[l.id].bytes_rx) / status.tick_dif | ratestr }}