diff --git a/.gitignore b/.gitignore index 64799da..ec6f452 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ .py[cod] +db.sqlite +up/ +*.pyc diff --git a/fhost.py b/fhost.py index 0533ec0..7a38718 100755 --- a/fhost.py +++ b/fhost.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from flask import Flask, abort, escape, make_response, redirect, request, send_from_directory, url_for, Response @@ -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"]: @@ -390,8 +390,8 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) ABUSE ----- -If you would like to request permanent deletion, please contact lachs0r via -IRC on Freenode, or send an email to lachs0r@(this domain). +If you would like to request permanent deletion, please contact ben or khuxkm via +IRC on tilde.chat, or send an email to sudoers@tilde.team. Please allow up to 24 hours for a response.