mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Missing B to 8 digit replacement
This commit is contained in:
@@ -11,6 +11,7 @@ from module.statistics.item import Item, ItemGrid
|
||||
class OSShopPrice(DigitYuv):
|
||||
def after_process(self, result):
|
||||
result = result.replace('I', '1').replace('D', '0').replace('S', '5')
|
||||
result = result.replace('B', '8')
|
||||
|
||||
prev = result
|
||||
if result.startswith('0'):
|
||||
|
||||
Reference in New Issue
Block a user