Skip to content

Flask ImmutableMultiDict type cannot be accurately determined when calling to_dict #19902

Open
@kikayli

Description

@kikayli

In Flask, the ImmutableMultiDict type cannot be accurately determined when calling to_dict()

from flask import Flask, render_template, request, redirect, url_for

def post(self):
    f = request.form
    param = f.to_dict()
    vv = param["vv"]
    pp = "/test/%s" % (vv)
    os.system(pp)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions