Skip to content

Commit 21a63e7

Browse files
version 2.1-2
1 parent 750a358 commit 21a63e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpiTempMod/RpiTempmonGraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def graph_log_data(self, destlog):
7171
plotlabel1, plotlabel2, ylabel, title)
7272
elif (self.selection == '4' or self.selection == '8'):
7373
plotlabel1 = 'CPU'
74-
ylabel = 'Memory (% used)'
74+
ylabel = 'CPU (% used)'
7575
title = 'CPU usage of RPi'
7676
self.draw_graph(yaxislist, cpu_uselist, False,
7777
plotlabel1, False, ylabel, title)

0 commit comments

Comments
 (0)