typo
This commit is contained in:
parent
ba9ea87aaa
commit
f088ca1424
|
@ -31,7 +31,7 @@ async def index(request):
|
|||
return render_template("index.html", request, locals())
|
||||
data = await request.post()
|
||||
rand_name = bool(data.get('rand_name'))
|
||||
response_type = data.get('reponse_type')
|
||||
response_type = data.get('response_type', 'plain')
|
||||
|
||||
files = []
|
||||
for filefield in data.getall('files'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user