Fixed another typo

This commit is contained in:
socks 2021-03-17 14:41:05 +00:00
parent a31f3d188a
commit 4445f88e65

View file

@ -95,5 +95,5 @@ def generate_chart(ticker, history):
img_bytes = io.BytesIO()
img_bytes = fig.to_image(format="png")
image_buffer.seek(0)
img_bytes.seek(0)
return img_bytes