sneed
This commit is contained in:
parent
0bb2ad746e
commit
bfef7a3c3e
1 changed files with 2 additions and 2 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue