fixed a small bug with sorting

This commit is contained in:
UpstreamData
2022-06-03 08:59:15 -06:00
parent 4bbb9d0b08
commit c7d73276c8

View File

@@ -229,9 +229,9 @@ class TableManager(metaclass=Singleton):
"Temp",
"Total",
"Ideal",
"Left Chips",
"Center Chips",
"Right Chips",
"Left Board",
"Center Board",
"Right Board",
]:
if isinstance(self.data[data_key][self.sort_key], str):
return -300