From 859f7ee9a5cd5a918de3b54994926a9266effa5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=C3=A9rifBALDE?= Date: Wed, 6 Jul 2022 21:22:08 +0200 Subject: [PATCH] 06/07/22 - 18h30 --- GlobalVariable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalVariable.py b/GlobalVariable.py index f01a4ec..b11e025 100644 --- a/GlobalVariable.py +++ b/GlobalVariable.py @@ -44,7 +44,7 @@ token_fr_pontuation = [] La taille maximal d'un champs à retourner. Au dela de 300 caractère, le système rame ''' -MAX_CARACT = 250 +MAX_CARACT = 200 MAX_CARACT_DEDUIT = 50 TOKEN_SIZE = 25 MAX_CARACT_DETAIL = 500