add item name to response

This commit is contained in:
2023-07-26 12:56:21 +02:00
parent 270da5f92b
commit ca6c09b24f
2 changed files with 2 additions and 0 deletions

View File

@@ -34,5 +34,6 @@ async def reprocess(ep_items: Evepraisal, ep_mat: Evepraisal, efficiency: float
sell=item.prices.sell.min,
buy_reprocess=buy_reprocess,
sell_reprocess=sell_reprocess,
name=item.name
))
return item_reprocess

View File

@@ -47,5 +47,6 @@ class PriceReprocess(BaseModel):
sell: float
buy_reprocess: float
sell_reprocess: float
name: str