removed unsued var

This commit is contained in:
Jan Friedli 2020-09-13 16:57:28 +02:00
parent f93a793469
commit 3167733216
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D

View file

@ -68,7 +68,7 @@ class APIUpload(Resource):
_external=True
)
), 201
except (ValueError, RuntimeError) as e:
except (ValueError, RuntimeError):
current_app.logger.error('Upload - Cleaning failed with mime: %s', mime)
abort(400, message='Unable to clean %s' % mime)