Changed net_auto to default to True

pull/86/head
aristocratos 2020-08-23 15:11:33 +02:00
parent 332e8458ce
commit 620f3b47f6
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class Config:
net_download: str = "10M" net_download: str = "10M"
net_upload: str = "10M" net_upload: str = "10M"
net_color_fixed: bool = False net_color_fixed: bool = False
net_auto: bool = False net_auto: bool = True
show_init: bool = True show_init: bool = True
mini_mode: bool = False mini_mode: bool = False
log_level: str = "WARNING" log_level: str = "WARNING"