From 40a797ccb72cda91822862eb493612a07678b071 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Feb 2022 19:51:25 +0200 Subject: [PATCH] bb --- files/routes/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/comments.py b/files/routes/comments.py index 9f79efc268..8ef6e6ba4a 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -18,6 +18,7 @@ from shutil import copyfile from json import loads from collections import Counter from enchant import Dict +import gevent d = Dict("en_US")