added ctrl c and ctrl a functionality to the tables

This commit is contained in:
UpstreamData
2022-05-11 08:37:17 -06:00
parent 8677eff491
commit 564cd42eae
3 changed files with 57 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ async def _scan_miners(network: MinerNetwork):
progress_bar_len = 0
network_size = len(network)
await update_prog_bar(progress_bar_len, max=(3 * network_size))
await update_prog_bar(progress_bar_len, _max=(3 * network_size))
scanned_miners = []
async for miner in scan_generator: