once again, quad is a dumbo

This commit is contained in:
Dominik V. Salonen 2018-03-20 22:23:27 +01:00
parent 01b19333ba
commit 79044d9902
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -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)