diff --git a/app.py b/app.py index aef7c4d..5de15ec 100644 --- a/app.py +++ b/app.py @@ -58,4 +58,4 @@ def proxy(video_id): return Response(html_response, mimetype="text/html") if __name__ == "__main__": - app.run(host="0.0.0.0", port=5000, debug=True) + app.run(host="0.0.0.0", port=5000, debug=False)