diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2018-12-22 19:50:32 +0100 |
---|---|---|
committer | Martin Herkt <lachs0r@srsfckn.biz> | 2018-12-22 19:50:32 +0100 |
commit | cfee463780bff16ebe0beac1dd646734e31751c3 (patch) | |
tree | b978cfe1f447a6ec6720cf44eaddfe9647a2d3da | |
parent | add extension override for audio/flac (diff) | |
download | hex-zero-cfee463780bff16ebe0beac1dd646734e31751c3.tar.gz hex-zero-cfee463780bff16ebe0beac1dd646734e31751c3.tar.bz2 hex-zero-cfee463780bff16ebe0beac1dd646734e31751c3.zip |
Disable NSFW detection by default
See #11
-rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]: |