Skip to content

Commit c5e5cc5

Browse files
author
yashksaini-coder
committed
Fix current_price assignment in stockAgent to use stock_price variable
1 parent 5617e57 commit c5e5cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/stockAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""{
2525
"symbol": "TICKER",
2626
"company_name": "Full Company Name",
27-
"current_price": price or NA,
27+
"current_price": stock_price,
2828
"market_cap": 1234567890,
2929
"financial_ratios": {
3030
"pe_ratio": 15.6,

0 commit comments

Comments
 (0)