Fix syntax error at imgupload.py:109

This commit is contained in:
BBaoVanC 2020-11-20 11:38:26 -06:00
parent 2b8330e32a
commit b20b78fd17
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def upload():
else: # if the key was not valid
print("Key is invalid!")
print(f"Request key: {request.form["uploadKey"]}")
print(f"Request key: {request.form['uploadKey']}")
return jsonify({'status': 'error', 'error': 'UNAUTHORIZED'}), status.HTTP_401_UNAUTHORIZED
else: # if uploadKey was not found in request body