fixed a bug with refreshing data

This commit is contained in:
UpstreamData
2022-05-26 11:13:39 -06:00
parent 41433bcaf5
commit 527997cc58

View File

@@ -81,7 +81,7 @@ async def update_miners_data(miners: list):
)
for all_data in data_generator:
data = await all_data
TableManager().update_item(data)
TableManager().update_item(data.asdict())
progress_bar_len += 1
await update_prog_bar(progress_bar_len)