From be8ddbdefffb099a75dbee06341116fa68124e55 Mon Sep 17 00:00:00 2001 From: purple wazard Date: Tue, 7 May 2024 11:38:13 -0500 Subject: [PATCH] fixed typo: --stats battery info --- auto_cpufreq/bin/auto_cpufreq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_cpufreq/bin/auto_cpufreq.py b/auto_cpufreq/bin/auto_cpufreq.py index a9da8d93..7e518bd8 100755 --- a/auto_cpufreq/bin/auto_cpufreq.py +++ b/auto_cpufreq/bin/auto_cpufreq.py @@ -152,7 +152,7 @@ def config_info_dialog(): else: gnome_power_detect() tlp_service_detect() - brttery_get_thresholds() + battery_get_thresholds() read_stats() elif log: deprecated_log_msg()