From 95156bacd8e63208c3ce592e1ee08bd149b705e6 Mon Sep 17 00:00:00 2001 From: piair Date: Sun, 26 Mar 2023 19:47:13 +0200 Subject: [PATCH] wtf was that --- modules/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools.py b/modules/tools.py index 34475e6..cab1619 100644 --- a/modules/tools.py +++ b/modules/tools.py @@ -50,7 +50,7 @@ def CustomSleep(temps): if FAST and temps > 50: sleep(temps/10) return() - if not LOG or not LINUX_HOST: #only print sleep when user see it + if LOG: #only print sleep when user see it points = ["⢿", "⣻", "⣽", "⣾", "⣷", "⣯", "⣟", "⡿"] passe = 0 for i in range(int(temps)):