fix indexer misprint

This commit is contained in:
user 2024-08-29 22:15:55 +03:00
parent df66b95e0a
commit 6715243dc0
1 changed files with 4 additions and 1 deletions

View File

@ -121,8 +121,11 @@ async def indexer_loop(memory, platform_found: bool, seqno: int) -> [bool, int]:
'listen': { 'listen': {
'price': str(item_listen_license_price) 'price': str(item_listen_license_price)
}, },
'use': {
'price': str(item_use_license_price)
},
'resale': { 'resale': {
'price': str(item_listen_license_price) 'price': str(item_resale_license_price)
} }
} }
} }