summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2018-12-22 19:50:32 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2018-12-22 19:50:32 +0100
commitcfee463780bff16ebe0beac1dd646734e31751c3 (patch)
treeb978cfe1f447a6ec6720cf44eaddfe9647a2d3da
parentb1c79e582bfb7611d2ef2c126726ef472c65ed75 (diff)
Disable NSFW detection by default
See #11
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhost.py b/fhost.py
index 0533ec0..72363a6 100755
--- a/fhost.py
+++ b/fhost.py
@@ -46,7 +46,7 @@ app.config["FHOST_MIME_BLACKLIST"] = [
app.config["FHOST_UPLOAD_BLACKLIST"] = "tornodes.txt"
-app.config["NSFW_DETECT"] = True
+app.config["NSFW_DETECT"] = False
app.config["NSFW_THRESHOLD"] = 0.608
if app.config["NSFW_DETECT"]: