Remove debug flag
This commit is contained in:
parent
52de1ece88
commit
b766455ac6
1 changed files with 1 additions and 1 deletions
2
app.py
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue