++
This commit is contained in:
@@ -90,7 +90,9 @@ def reprocess_eval(request):
|
||||
ep_items = request.data.get("ep_items")
|
||||
efficiency = request.data.get("efficiency", 0.55)
|
||||
|
||||
matprices = {item["typeID"]: {'sell': item["prices"]["sell"]["min"], 'buy': item["prices"]["buy"]["max"]} for item in ep_mat['items']}
|
||||
matprices = {item["typeID"]: {'sell': item["prices"]["sell"]["min"],
|
||||
'buy': item["prices"]["buy"]["max"]}
|
||||
for item in ep_mat['items']}
|
||||
|
||||
item_reprocess = []
|
||||
for rawitem in ep_items["items"]:
|
||||
|
||||
Reference in New Issue
Block a user