wtf was that
This commit is contained in:
parent
f7c6d3f65e
commit
95156bacd8
|
@ -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)):
|
||||||
|
|
Loading…
Reference in New Issue