Posts by Jaison Klemer • 1 point
1 post
-
0
votes1
answer30
viewsQ: Flask does not expect function return to show view
I have a function that returns values to be shown in the view. In tests on localhost works perfectly, the server waits for the return of this function and only then presents the data on the screen.…