This commit is contained in:
2024-08-27 23:54:35 +08:00
parent fdccd77c4d
commit f252bc86c7
2 changed files with 3 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ def home():
return render_template('index.html')
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=False)

View File

@@ -1 +1,2 @@
flask
flask
gunicorn