once again, quad is a dumbo
This commit is contained in:
parent
01b19333ba
commit
79044d9902
2
run.py
2
run.py
|
@ -106,7 +106,7 @@ def upload_file():
|
|||
|
||||
try:
|
||||
if request.form["source"] == "web":
|
||||
print_log('Web', 'Returned link page for "' + file["file"] + '"', print_debug)
|
||||
print_log('Web', 'Returned link page for "' + filename + '"', print_debug)
|
||||
return render_template('link.html', data=data, page=config["SITE_DATA"])
|
||||
except Exception:
|
||||
print_log('Web', 'No web reported in form, returned JSON', print_debug)
|
||||
|
|
Loading…
Reference in New Issue