forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-09-05 21:10:33 +02:00
parent b5985ef4c0
commit 9cc44ce777
1 changed files with 2 additions and 2 deletions

View File

@ -857,8 +857,8 @@ def submit_post(v):
except UploadException as e:
if request.headers.get("Authorization"):
return {
"error": str(e),
}, 400
"error": str(e),
}, 400
else:
return render_template(
"submit.html",