changed Temperature to Temp and added more spacing to pool user

This commit is contained in:
UpstreamData
2022-05-11 08:43:32 -06:00
parent cc24236c0a
commit 066fc1a4b3
2 changed files with 4 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ class TableManager(metaclass=Singleton):
self.data[data_key]["Hashrate"].replace(" ", "").replace("TH/s", "")
)
if self.sort_key in ["Wattage", "Temperature"]:
if self.sort_key in ["Wattage", "Temp"]:
if isinstance(self.data[data_key][self.sort_key], str):
return -300