Posts by matheus teixeira • 1 point
2 posts
-
0
votes1
answer771
viewsQ: How do you put a local file to download in flask or python?
had to download a file in python or flask I tried so but I think it just opens the file @app.route("/downloads/", methods=['GET', 'POST']) def orac_detal(): global datas, listaComTudo,…
-
0
votes0
answers46
viewsQ: reference of a var inside the for global
then, I wanted to know by referencing the date variables, list" @app.route("/download", methods=['GET', 'POST']) def orac_detal(): global orac_detal state = {'gera':0, 'gera_total_csv':0,…
pythonasked matheus teixeira 1