GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
5
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Network
Fork
: 0
nemoto
/
Skillsemi2023_WEB_Otaki_Nemoto
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
frommayer
frommypc
master
planck
working
Skillsemi2023_WEB_Otaki_Nemoto
/
flask
/ server.py
otaki (Yo Otaki)
on 1 Mar 2024
103 bytes
htmlファイルに警告文を追加
Raw
Blame
History
from testapp import app if __name__ == "__main__": app.run(host="0.0.0.0", port=5002, debug=True)