mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
Bulk insert captcha
This commit is contained in:
parent
4523a4335c
commit
f1e8183cdf
2
app.py
2
app.py
@ -194,7 +194,7 @@ def enqueue():
|
|||||||
|
|
||||||
@app.route("/enqueue_bulk", methods=["POST"])
|
@app.route("/enqueue_bulk", methods=["POST"])
|
||||||
def enqueue_bulk():
|
def enqueue_bulk():
|
||||||
if not recaptcha.verify():
|
if recaptcha.verify():
|
||||||
|
|
||||||
urls = request.form.get("urls")
|
urls = request.form.get("urls")
|
||||||
if urls:
|
if urls:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user