54 questions
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 ...
Is there a way to make it executable right away by sending only the file every day?
@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...
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 ==...
« | - 6 - |
© 2024 OneMinuteCode. All rights reserved.