diff --git a/aques.py b/aques.py index c52c93c..484581e 100644 --- a/aques.py +++ b/aques.py @@ -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))