From 52cc97356d3c61aabc66f35acf7f1c31ed386516 Mon Sep 17 00:00:00 2001 From: jak <22185824+chanomkaimuk@users.noreply.github.com> Date: Sun, 4 Aug 2024 05:24:16 +0200 Subject: [PATCH] Update commands/fetch_entry/fetch_entry_main.py Co-authored-by: Howard Tseng --- commands/fetch_entry/fetch_entry_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/fetch_entry/fetch_entry_main.py b/commands/fetch_entry/fetch_entry_main.py index b1ce5a8..52d3bc5 100644 --- a/commands/fetch_entry/fetch_entry_main.py +++ b/commands/fetch_entry/fetch_entry_main.py @@ -8,7 +8,8 @@ from commands.entry_consts.consts import I18N_JSON_URL from modules import async_utils from . import postprocess -from ..entry_consts.consts import ( +from commands.entry_consts.consts import ( + SUPPORTED_LANGUAGE_CODES, )