Skip to content

Commit

Permalink
Merge pull request #130 from BibleNLP/add-translation-in
Browse files Browse the repository at this point in the history
Move iso639-1.json inside app folder
  • Loading branch information
woodwardmw authored Feb 23, 2024
2 parents 6c68cb2 + 5afe579 commit 9ce1ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/translation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import boto3

with open("../iso639-1.json", "r", encoding="utf-8") as f:
with open("./iso639-1.json", "r", encoding="utf-8") as f:
iso_639_1 = json.load(f)


Expand Down
File renamed without changes.

0 comments on commit 9ce1ebf

Please sign in to comment.