We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357e694 commit 812501bCopy full SHA for 812501b
1 file changed
config.py
@@ -19,9 +19,9 @@
19
20
21
# We have found, through empiric evidence, that a large ration of Chinese
22
-# characters # usually indicates the user is a spammer or bot.
+# characters usually indicates the user is a spammer or bot.
23
# This sets the maximum allowed percent of Chinese characters before
24
-# considering the # user a bot.
+# considering the user a bot.
25
# - Allowed values: A float from 0 to 1
26
MAX_CHINESE_CHARS_PERCENT = config('MAX_CHINESE_CHARS_PERCENT',
27
float,
0 commit comments