summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index 4d6f75d..daaff2f 100644
--- a/config.py
+++ b/config.py
@@ -35,3 +35,6 @@ banned_accounts = 'cnn'
banned_accounts_re = '.*bot .*Bot .*career.* .*Career.* .*_jobs .*_Jobs'
banned_titles_re = '.*Parts.* .*Jobs.*'
+
+# Threshold of accepted uppercased words
+sensitive_ratio = 50.0