From 4de753e0567b7cf5e5f57771dba3d028452bfafe Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Feb 2022 19:52:44 +0200 Subject: [PATCH] vc --- files/routes/comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/comments.py b/files/routes/comments.py index 8ef6e6ba4a..ada4a3ab78 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -19,6 +19,7 @@ from json import loads from collections import Counter from enchant import Dict import gevent +from sys import stdout d = Dict("en_US")