flask tag

54 questions


1 answers
49 views
0
The analysis result image does not change on the web using the flask

I'm making a program that shows the analysis results when I enter a keyword, for example, Celtos, and I show the analysis results. I save the analysis results as an image and spray them on the result ...

2 years ago

1 answers
44 views
0
Is there a way to make the app with flask into an executable file and share it?

Is there a way to make it executable right away by sending only the file every day?

2 years ago

1 answers
54 views
0
Python Web Input Processing

@app.route(/users/<userid>, methods=[GET, POST])def user(userid): if not id in session: return redirect(/login) if request.method == GET: user_info = fc.guild_user(session[id], userid) if use...

2 years ago

1 answers
48 views
0
Python type error

Hello, I am making a web server with [email protected]('/licanse/minus/<licanse_c>')def minus(licanse_c): licanse_find = list(db.user.find({licanse: licanse_c}, {'_id': False})) if licanse_find ==...

2 years ago
« - 6 -

© 2024 OneMinuteCode. All rights reserved.