Test
This commit is contained in:
2
main.py
2
main.py
@@ -8,4 +8,4 @@ def home():
|
|||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(debug=False)
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
flask
|
flask
|
||||||
|
gunicorn
|
||||||
Reference in New Issue
Block a user