Is there a way to properly wait on flask?

前端 未结 0 854
暗喜
暗喜 2020-12-20 04:30

I want flask to wait for an event after the user presses a submit button. I\'ve done this:

if request.method == "POST":
while True:
        if statu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题