Fixed another typo
This commit is contained in:
parent
a31f3d188a
commit
4445f88e65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue