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", "Temp",
"Total", "Total",
"Ideal", "Ideal",
"Left Chips", "Left Board",
"Center Chips", "Center Board",
"Right Chips", "Right Board",
]: ]:
if isinstance(self.data[data_key][self.sort_key], str): if isinstance(self.data[data_key][self.sort_key], str):
return -300 return -300