Disable NSFW detection by default

See #11
This commit is contained in:
Martin Herkt
2018-12-22 19:50:32 +01:00
parent b1c79e582b
commit cfee463780

View File

@@ -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"]: