Skip to content

Commit

Permalink
Update ios parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-k committed Jan 18, 2024
1 parent cd4d468 commit 278611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvt/ios/modules/fs/shutdownlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def process_shutdownlog(self, content):
# 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: "):
Expand Down

0 comments on commit 278611a

Please sign in to comment.