diff --git a/files/routes/comments.py b/files/routes/comments.py index 8ef6e6ba4..ada4a3ab7 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")