From 99cef757cecfd1a75dfc4484859c4694b67b8c9a Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Tue, 18 Jun 2024 13:14:03 +0200 Subject: [PATCH] =?UTF-8?q?oops=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index b823a0f..937e094 100755 --- a/src/config.py +++ b/src/config.py @@ -3,3 +3,4 @@ port = 5000 debugging = False #True wd = "/var/www/live-query-wiktextract" +supported_wiktlangs = ["en", "fr", "de", "es", "ru"] -- GitLab