Skip to content

Commit

Permalink
Update blockbusteranalyzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effofxprime committed Jul 2, 2024
1 parent d51108b commit c75d0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockbusteranalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def generate_graphs_and_table(block_data, output_image_file_base, lower_height,
py_color_magenta
)
except ValueError as e:
await log_handler('error', f"ValueError for block {block['height']}: {e}")
asyncio.run(log_handler('error', f"ValueError for block {block['height']}: {e}"))

generate_scatter_chart(times, sizes, colors, output_image_file_base, lower_height, upper_height)
generate_enhanced_scatter_chart(times, sizes, colors, output_image_file_base, lower_height, upper_height)
Expand Down

0 comments on commit c75d0aa

Please sign in to comment.