fix indexer misprint
This commit is contained in:
parent
df66b95e0a
commit
6715243dc0
|
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue