mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 02:16:47 +00:00
Typo
This commit is contained in:
parent
0227684a53
commit
3b3661cae2
2
app.py
2
app.py
@ -334,7 +334,7 @@ def home():
|
||||
|
||||
@app.route("/submit")
|
||||
def submit():
|
||||
queued_websites = taskManager.get_queued_tasks()[30:]
|
||||
queued_websites = taskManager.get_queued_tasks()[:30]
|
||||
return render_template("submit.html", queue=queued_websites, recaptcha=recaptcha,
|
||||
show_captcha=config.CAPTCHA_SUBMIT)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user