add item name to response
This commit is contained in:
1
main.py
1
main.py
@@ -34,5 +34,6 @@ async def reprocess(ep_items: Evepraisal, ep_mat: Evepraisal, efficiency: float
|
|||||||
sell=item.prices.sell.min,
|
sell=item.prices.sell.min,
|
||||||
buy_reprocess=buy_reprocess,
|
buy_reprocess=buy_reprocess,
|
||||||
sell_reprocess=sell_reprocess,
|
sell_reprocess=sell_reprocess,
|
||||||
|
name=item.name
|
||||||
))
|
))
|
||||||
return item_reprocess
|
return item_reprocess
|
||||||
|
|||||||
@@ -47,5 +47,6 @@ class PriceReprocess(BaseModel):
|
|||||||
sell: float
|
sell: float
|
||||||
buy_reprocess: float
|
buy_reprocess: float
|
||||||
sell_reprocess: float
|
sell_reprocess: float
|
||||||
|
name: str
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user