diff options
| author | HasanAbbadi <hasanabady55@gmail.com> | 2022-07-03 11:47:50 +0300 |
|---|---|---|
| committer | HasanAbbadi <hasanabady55@gmail.com> | 2022-07-03 11:47:50 +0300 |
| commit | 33c9f7971824afee5513d827406d9ab5c388a6a7 (patch) | |
| tree | 698954726ed4a9e8bf945ba731bfccb5222f0aca /jaSubs.py | |
| parent | 229ef0d90a4fb09225271153470ed6107d57b957 (diff) | |
add offline dictionary & change file structure
Diffstat (limited to 'jaSubs.py')
| -rw-r--r-- | jaSubs.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
