fixed a bug with the total miner count not showing when getting data and scanning together
This commit is contained in:
@@ -7,7 +7,6 @@ import pyperclip
|
||||
|
||||
|
||||
def copy_from_table(table):
|
||||
print("copy")
|
||||
selection = table.selection()
|
||||
copy_values = []
|
||||
for each in selection:
|
||||
|
||||
Reference in New Issue
Block a user