'website'
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
from app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.jinja_env.auto_reload = True
|
||||
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
||||
app.run(debug=True, host='0.0.0.0',port=80)
|
||||
Reference in New Issue
Block a user