mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Upd: rename os logger type from 'file' to 'archive'
This commit is contained in:
@@ -28,7 +28,7 @@ FILTER_REGEX = re.compile(
|
||||
'|red|blue|yellow'
|
||||
'|general|gun|torpedo|antiair|plane|wild'
|
||||
'|dd|cl|bb|cv'
|
||||
'|abyssal|obscure|file'
|
||||
'|abyssal|obscure|archive'
|
||||
'|combat|offense|survival)?'
|
||||
|
||||
'(s[1-5]|t[1-6])?$',
|
||||
|
||||
@@ -208,7 +208,7 @@ class VoucherShop(ShopClerk):
|
||||
bool
|
||||
"""
|
||||
# Replace filter
|
||||
self.shop_filter = 'LoggerFile'
|
||||
self.shop_filter = 'LoggerArchive'
|
||||
|
||||
# When called, expected to be in
|
||||
# correct Voucher Shop interface
|
||||
|
||||
Reference in New Issue
Block a user