lint: ruff fix

This commit is contained in:
Alex
2025-05-05 18:03:45 +01:00
parent 5ecfb0ce6d
commit ad5f707486

View File

@@ -2755,7 +2755,7 @@ class GetChunks(Resource):
)
except Exception as e:
current_app.logger.error(f"Error getting chunks: {e}", exc_info=True, exc_info=True)
current_app.logger.error(f"Error getting chunks: {e}", exc_info=True)
return make_response(jsonify({"success": False}), 500)