Skip to content

Commit

Permalink
fix: [example] [Python] fix up #944: run-asyncio.pyも更新 (#969)
Browse files Browse the repository at this point in the history
変え忘れていたため。
  • Loading branch information
qryxip authored Feb 6, 2025
1 parent 2fdae0f commit e76856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/python/run-asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def parse_args() -> "Args":
)
argparser.add_argument(
"--dict-dir",
default="./open_jtalk_dic_utf_8-1.11",
default="./dict/open_jtalk_dic_utf_8-1.11",
type=Path,
help="Open JTalkの辞書ディレクトリ",
)
Expand Down

0 comments on commit e76856b

Please sign in to comment.