From 620f3b47f6ee33eb71515713755410b818807f7c Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 23 Aug 2020 15:11:33 +0200 Subject: [PATCH] Changed net_auto to default to True --- bpytop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpytop.py b/bpytop.py index fe39e4f..d4bb707 100755 --- a/bpytop.py +++ b/bpytop.py @@ -373,7 +373,7 @@ class Config: net_download: str = "10M" net_upload: str = "10M" net_color_fixed: bool = False - net_auto: bool = False + net_auto: bool = True show_init: bool = True mini_mode: bool = False log_level: str = "WARNING"