Skip to content
Snippets Groups Projects
Commit e38674e7 authored by Xingchen Zhou's avatar Xingchen Zhou
Browse files

Initial commit

parent 7a8be97f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
from blog import app as application from blog import app as application
if __name__ == '__main__': if __name__ == '__main__':
# app.run() app.run(debug=True)
app.run(host='0.0.0.0', port=8080)
# app.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment