Closed epilehpsy closed 1 year ago
When executing flask run the program throws an error: AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean: '_got_first_request'?
flask run
AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean: '_got_first_request'?
I think this may be a fix :)
When executing
flask run
the program throws an error:AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean: '_got_first_request'?
I think this may be a fix :)