Skip to content

Commit 6c82423

Browse files
authored
Update main.py
1 parent 16d1eb8 commit 6c82423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def delete_file(filename):
3232
os.remove(file_path)
3333
return redirect(url_for('index'))
3434

35-
if __name__ == '__main__':
36-
app.run(debug=True)
35+
if __name__ == "__main__":
36+
app.run(host="0.0.0.0", port=5000, debug=False)

0 commit comments

Comments
 (0)