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:
frommayer
Branches
Tags
×
frommayer
frommypc
master
planck
working
Skillsemi2023_WEB_Otaki_Nemoto
/
flask
/ server.py
otaki (Yo Otaki)
on 1 Mar 2024
108 bytes
問題の回答の送信方法を修正
Raw
Blame
History
from testapp import app if __name__ == "__main__": app.run(host="0.0.0.0", port=5002, debug=True)