summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-03-07 23:58:08 +0100
committerGitHub <noreply@github.com>2022-03-07 23:58:08 +0100
commit29e0fe5311a1fd199422c0480d0a7ebae89d1354 (patch)
tree08c93c9eb1b6b90d9e58555e1391f81edda32b18
parente6b8fe58b6588437c52de8ee161e5ba384b9c347 (diff)
parent009b0c8304425ba9607bbb92c58181f5d48fd8cd (diff)
Merge pull request #75 from nschloe/lgtm
remove unused call
-rw-r--r--src/tiptop/_cpu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tiptop/_cpu.py b/src/tiptop/_cpu.py
index 8b0951c..e217f95 100644
--- a/src/tiptop/_cpu.py
+++ b/src/tiptop/_cpu.py
@@ -146,8 +146,6 @@ class CPU(Widget):
self.has_cpu_temp = len(temps) > 0
self.has_core_temps = len(temps) == 1 + self.num_cores
- temps = get_current_temps()
-
temp_low = 30.0
# TODO read from file
temp_high = 100.0