Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom authored Jun 4, 2024
1 parent 470758d commit a15cdaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ def get_value(self, sensor):
return "{}\u00B0C".format(self._fetch_gputemp())

def _fetch_gputemp(self):
return 0
try:
result = subprocess.check_output(['nvidia-smi', '--query-gpu=temperature.gpu', '--format=csv'])
perc = result.splitlines()[1]
Expand Down

0 comments on commit a15cdaa

Please sign in to comment.