finished already?

This commit is contained in:
Marc Mance
2024-05-30 17:30:54 -04:00
parent c53aa5dfc1
commit a1289bd196

View File

@@ -43,7 +43,8 @@ def runifstat():
interfaces = bylines[0].split()
stats = bylines[2].split()
breakpoint()
for nic in interfaces:
lineData = [timestamp, nic, stats.pop(0), stats.pop(0)]
if lineData:
with open(filename, "a", newline="") as csvfile: