diff --git a/topstat.py b/topstat.py index 09fb92b..95efc12 100644 --- a/topstat.py +++ b/topstat.py @@ -158,8 +158,6 @@ def runtopstat(): if lineData: with open(filename, "a", newline="") as csvfile: csv_writer = csv.writer(csvfile) - lineData.insert(0, "cpu") - lineData.insert(0, timestamp) csv_writer.writerow(lineData) else: