Browse Source

Fix f-string

main
Aleksander Kiryk 3 years ago
parent
commit
6419ce21bb
  1. 2
      graph.py

2
graph.py

@ -454,7 +454,7 @@ def servis_graph(session, fname='plot', output_ext='ascii'):
])
y_titles = ["CPU load (%)",
"RAM usage (100% = {TOTAL_RAM})",
f"RAM usage (100% = {TOTAL_RAM})",
f"FS usage (100% = {TOTAL_FS})",
f"{NAME_IFACE} received",
f"{NAME_IFACE} sent"]

Loading…
Cancel
Save