mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[F] Fix hash mismatch
This commit is contained in:
parent
bb82193d41
commit
ec7b0e5235
@ -1 +1 @@
|
||||
a805b5fef8b47700b50127a1231dbea5876282a0
|
||||
bb82193d413000569b581dbeacfff2017988f49a
|
||||
|
@ -8,7 +8,7 @@ import opencc
|
||||
from hypy_utils import write
|
||||
from hypy_utils.tqdm_utils import pmap, smap
|
||||
|
||||
ALLOWED_DIRS = {Path(p) for p in ['people']}
|
||||
ALLOWED_DIRS = {Path(p) for p in ['people', 'src/assets']}
|
||||
ALLOWED_SUF = {'.json5', '.md'}
|
||||
|
||||
HANS_TO_HANT = opencc.OpenCC('s2t.json')
|
||||
|
Loading…
Reference in New Issue
Block a user