This commit is contained in:
Aevann1 2021-07-21 18:30:08 +02:00
parent 0bb2ad746e
commit bfef7a3c3e

View file

@ -405,8 +405,8 @@ def sex():
@app.route("/admin/resize", methods=["GET"])
def resize():
new_thread = threading.Thread(target=sex)
new_thread.start()
new_thread = threading.Thread(target=sex)
new_thread.start()
return "sex"
@app.route("/submit", methods=['POST'])