Added better header items

This commit is contained in:
2017-02-18 11:39:44 +01:00
parent 2b3db61253
commit 57869e2d66

View File

@@ -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':