app = Flask(__name__) app.config['TESTING'] = True ... copy the output of this to your config: $ python -c 'import secrets; print(secrets.token_hex())' ...
確定! 回上一頁