1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-18 12:43:00 +08:00

Fix: remove banned string unlock in voucher_redirect

This commit is contained in:
2026-08-16 17:53:50 +08:00
parent 1a3f4d14af
commit e58dead601
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -48,7 +48,7 @@ def bp_redirect(value):
FILTER_REGEX_VOUCHER = re.compile(
'(logger)'
'(archive|unlock)?'
'(archive)?'
'(t[1-6])?',
flags=re.IGNORECASE)