custom error + better code + some things

This commit is contained in:
piair338
2022-10-31 14:32:39 +00:00
parent 945497c1d4
commit c9aa75e61c
4 changed files with 132 additions and 70 deletions

View File

@ -90,7 +90,6 @@ def CustomSleep(temps):
passe += 0.125
print(f"{points[i]} - {round(float(temps) - passe, 3)}", end="\r")
print(" ", end="\r")
else:
sleep(temps)
except KeyboardInterrupt :