辞書のパス指定

このコミットが含まれているのは:
Gitea
2023-12-02 19:50:01 +09:00
コミット e9f3642698
+1 -1
ファイルの表示
@@ -15,7 +15,7 @@ class Aques:
phont = f.read ()
aqkoe = cdll.LoadLibrary ('libAqKanji2Koe.so')
dic_path: str = '.'
dic_path: str = './aq_dic'
err = c_int (0)
aqkoe.AqKanji2Koe_Create.restype = c_void_p
handle = aqkoe.AqKanji2Koe_Create (dic_path, byref (err))