diff --git a/paste.py b/paste.py index 752104b..cd504dc 100644 --- a/paste.py +++ b/paste.py @@ -49,7 +49,7 @@ doesDirExist() # https://paste.benjamyn.love/CBynvvjwDK app = Flask(__name__) -app.config['DEBUG'] = True +app.config['DEBUG'] = False @app.route('/', methods=['POST', 'GET']) def index(): @@ -80,4 +80,4 @@ def getPaste(path): return "No paste found" if __name__ == '__main__': - app.run(host='0.0.0.0') \ No newline at end of file + app.run(host='127.0.0.1')