0x0

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit cfee463780bff16ebe0beac1dd646734e31751c3
parent b1c79e582bfb7611d2ef2c126726ef472c65ed75
Author: Martin Herkt <lachs0r@srsfckn.biz>
Date:   Sat, 22 Dec 2018 19:50:32 +0100

Disable NSFW detection by default

See #11

Diffstat:
Mfhost.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"]: