ctengel / linkmeddle

LINKed MEDia DL
GNU General Public License v3.0
0 stars 0 forks source link

New 400 error from flask #72

Closed ctengel closed 2 years ago

ctengel commented 2 years ago

When attempting to resolve #63 and #66 ran into a new Flask error when attempting to access request.json if it is not JSON.

Previously would yield None, now sends 400 exception.