From e9f364269885e25df37cfc039580f57d21156071 Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 2 Dec 2023 19:50:01 +0900 Subject: [PATCH] =?UTF-8?q?=E8=BE=9E=E6=9B=B8=E3=81=AE=E3=83=91=E3=82=B9?= =?UTF-8?q?=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aques.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))