Why is the function in flask only running once and not working any more after that

前端 未结 0 1162
暖寄归人
暖寄归人 2020-12-14 11:18
from flask import Flask, render_template, request, redirect, url_for, session, make_response
from flask_executor import Executor
from uuid import uuid4

app = Flask(         


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