diff --git a/v1/cpuTemp.py b/v1/cpuTemp.py index b6e1eb5..0c38b25 100755 --- a/v1/cpuTemp.py +++ b/v1/cpuTemp.py @@ -12,4 +12,4 @@ cpu = Cpu(monitoring_latency=1) with cpu: for _ in range(8): cpu.load, cpu.temperature - sleep(1.1) \ No newline at end of file + sleep(1.1)