Browse Source

Fix stop getting psutil data after plot command

main
Mateusz Karlowski 6 months ago
parent
commit
88383d3456
  1. 1
      watch.py

1
watch.py

@ -514,7 +514,6 @@ def handle_command(session, s, dont_plot, tmpfs_color, other_cache_color, now):
dont_plot = True dont_plot = True
if label_line != "none": if label_line != "none":
list(map(s.cancel, s.queue))
summarize(session) summarize(session)
if not label_line: if not label_line:
graph.graph(session, tmpfs_color, other_cache_color) graph.graph(session, tmpfs_color, other_cache_color)

Loading…
Cancel
Save