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 /fhost.py | |
| parent | b1c79e582bfb7611d2ef2c126726ef472c65ed75 (diff) | |
Disable NSFW detection by default
See #11
Diffstat (limited to 'fhost.py')
| -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"]: |
