Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 7baebae

Browse files
committed
2 parents ac142fb + 4f81648 commit 7baebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anka-browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"en-US": "English",
7171
}
7272

73-
with open(f"public/browser/languages/{language}.json", "r", encoding="UTF-8") as jsonn:
73+
with open(f"/public/browser/languages/{language}.json", "r", encoding="UTF-8") as jsonn:
7474
texts = json.load(jsonn)
7575

7676
tab_name = texts["tab-name"]

0 commit comments

Comments
 (0)