Skip to content

Commit

Permalink
Yomichan: start with term_bank_1.json, #446
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Mar 22, 2023
1 parent 0123eb0 commit 361d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglossary/plugins/yomichan.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def flushTerms() -> None:
return

with open(
f"term_bank_{termBankIndex}.json",
f"term_bank_{termBankIndex+1}.json",
mode="w",
encoding="utf-8",
) as _file:
Expand Down

0 comments on commit 361d8c4

Please sign in to comment.