diff --git a/app/core/background/indexer_service.py b/app/core/background/indexer_service.py index a4d25e1..75e818f 100644 --- a/app/core/background/indexer_service.py +++ b/app/core/background/indexer_service.py @@ -121,8 +121,11 @@ async def indexer_loop(memory, platform_found: bool, seqno: int) -> [bool, int]: 'listen': { 'price': str(item_listen_license_price) }, + 'use': { + 'price': str(item_use_license_price) + }, 'resale': { - 'price': str(item_listen_license_price) + 'price': str(item_resale_license_price) } } }