Update ios parsing

This commit is contained in:
tek 2024-01-18 23:42:05 +01:00
parent cd4d468553
commit 278611a753
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class ShutdownLog(IOSExtraction):
# End of the current processes
for p in current_processes:
recent_processes.append(p)
delay = float(line.split(" ")[1][:-2])
delay += float(line.split(" ")[1][:-2])
times_delayed += 1
current_processes = []
elif line.startswith("SIGTERM: "):