Cleared whitespace

This commit is contained in:
Vivek Santayana 2023-03-05 00:27:03 +00:00
parent 9a02048199
commit 76d60546e2

View File

@ -251,7 +251,6 @@ def _questions():
if success: return jsonify({'success': message}), 200
return jsonify({'error': message}), 400
return send_errors_to_client(form=form)
try: data = Dataset.query.all()
except Exception as exception:
write('system.log', f'Database error when processing request \'{request.url}\': {exception}')