added sorting to the 3 main tables

This commit is contained in:
UpstreamData
2022-05-06 12:03:43 -06:00
parent a2b071af4f
commit 8cc6f66458
4 changed files with 19 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ async def _scan_miners(network: MinerNetwork):
MinerFactory().clear_cached_miners()
global progress_bar_len
progress_bar_len = 0
network_size = len(network)
await update_prog_bar(progress_bar_len, max=(3 * network_size))