From 33c9f7971824afee5513d827406d9ab5c388a6a7 Mon Sep 17 00:00:00 2001 From: HasanAbbadi Date: Sun, 3 Jul 2022 11:47:50 +0300 Subject: add offline dictionary & change file structure --- jaSubs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jaSubs.py') diff --git a/jaSubs.py b/jaSubs.py index b193dda..bf10726 100644 --- a/jaSubs.py +++ b/jaSubs.py @@ -29,7 +29,7 @@ tokenizer_obj = dictionary.Dictionary().create() pth = os.path.expanduser('~/.config/mpv/scripts/') os.chdir(pth) -import jaSubs_config as config +import config as config # returns ([[word: reading, translation]..], [morphology = '', gender = '']) # jisho.org -- cgit v1.2.3