From 47cb2b7987e3c50d22e4be878a007b26802e4a0d Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 17:05:21 -0400 Subject: [PATCH] more fixes --- topstat.py | 2 -- 1 file changed, 2 deletions(-) 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: