Skip to content

Commit

Permalink
Merge pull request #528 from mathoudebine/fix/497-cpu-gpu-temperature…
Browse files Browse the repository at this point in the history
…-graphing-assumes-radial
  • Loading branch information
mathoudebine committed Jun 23, 2024
2 parents 8f74513 + ea7f79e commit 67661cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ def temperature(cls):
cpu_temp_line_graph_data['SHOW'] = False

display_themed_temperature_value(cpu_temp_text_data, temperature)
display_themed_progress_bar(cpu_temp_radial_data, temperature)
display_themed_temperature_radial_bar(cpu_temp_graph_data, temperature)
display_themed_progress_bar(cpu_temp_graph_data, temperature)
display_themed_temperature_radial_bar(cpu_temp_radial_data, temperature)
display_themed_line_graph(cpu_temp_line_graph_data, cls.last_values_cpu_temperature)

@classmethod
Expand Down

0 comments on commit 67661cb

Please sign in to comment.