remotes/1693045480750635534/spooky-22
Aevann1 2021-07-21 18:30:08 +02:00
parent 1ad9bfa88c
commit bb2a69d07a
1 changed files with 2 additions and 2 deletions

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'])