[F] Fix hash mismatch

pull/32/head
Hykilpikonna 2022-11-23 04:37:31 -05:00
parent bb82193d41
commit ec7b0e5235
No known key found for this signature in database
GPG Key ID: 256CD01A41D7FA26
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
a805b5fef8b47700b50127a1231dbea5876282a0
bb82193d413000569b581dbeacfff2017988f49a

View File

@ -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')