fixed a bug with the total miner count not showing when getting data and scanning together

This commit is contained in:
UpstreamData
2022-01-06 13:19:31 -07:00
parent 3ecc27b3f9
commit e0505a31ca
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import pyperclip
def copy_from_table(table):
print("copy")
selection = table.selection()
copy_values = []
for each in selection: