Skip to content

Commit

Permalink
Move iso639-1.json inside app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
woodwardmw committed Feb 23, 2024
1 parent 11697ae commit 5afe579
Showing 1 changed file 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

0 comments on commit 5afe579

Please sign in to comment.