set countdown to 10s

This commit is contained in:
Adnan Hodzic 2020-01-03 21:25:42 +01:00
parent 62b8773c74
commit 9f20610b26
1 changed files with 3 additions and 3 deletions

View File

@ -394,7 +394,7 @@ def cli(monitor, live, daemon, install, log):
cpufreqctl()
sysinfo()
set_autofreq()
countdown(5)
countdown(10)
subprocess.call("clear")
elif monitor:
while True:
@ -404,7 +404,7 @@ def cli(monitor, live, daemon, install, log):
cpufreqctl()
sysinfo()
mon_autofreq()
countdown(5)
countdown(10)
subprocess.call("clear")
elif live:
while True:
@ -414,7 +414,7 @@ def cli(monitor, live, daemon, install, log):
cpufreqctl()
sysinfo()
set_autofreq()
countdown(5)
countdown(10)
subprocess.call("clear")
elif log:
read_log()