aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/critical_hibernate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/critical_hibernate.py b/scripts/critical_hibernate.py
index 8db2edc..f7128e2 100755
--- a/scripts/critical_hibernate.py
+++ b/scripts/critical_hibernate.py
@@ -22,7 +22,7 @@ import time
# Then, do a systemctl enable --now critical_hibernate
sysfs_path = '/sys/class/power_supply/BAT0/uevent'
-threshold = 9
+threshold = 10
run_hibernate = True
original_print = print