wtf was that

This commit is contained in:
piair 2023-03-26 19:47:13 +02:00
parent f7c6d3f65e
commit 95156bacd8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def CustomSleep(temps):
if FAST and temps > 50: if FAST and temps > 50:
sleep(temps/10) sleep(temps/10)
return() 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 = ["", "", "", "", "", "", "", ""] points = ["", "", "", "", "", "", "", ""]
passe = 0 passe = 0
for i in range(int(temps)): for i in range(int(temps)):