assignment

This commit is contained in:
Marc Mance
2024-06-04 12:29:25 -04:00
parent 36ec0a16c5
commit af2f9d8194

View File

@@ -106,6 +106,9 @@ def runtopstat():
total_processes = processes[0]
running = processes[1]
sleeping = 0
zombie = 0
try:
sleeping = processes[2]
except IndexError: