From 57869e2d66b94922c37379d3d2bda63bd1c1c8ce Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 18 Feb 2017 11:39:44 +0100 Subject: [PATCH] Added better header items --- status/cpuTemp.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/status/cpuTemp.py b/status/cpuTemp.py index fb1df05..8c75829 100755 --- a/status/cpuTemp.py +++ b/status/cpuTemp.py @@ -1,8 +1,15 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# @Author: KevinMidboe +# @Date: 2017-02-15 23:37:36 +# @Last Modified by: KevinMidboe +# @Last Modified time: 2017-02-15 23:49:18 + import psutil from platform import system +# TODO: Add cpu reading for macOS + def getCpuTemp(): sysName = system() if sysName != 'Linux':