diff --git a/eg/ma-legs.hy b/eg/ma-legs.hy index c4545b1..d8347f1 100644 --- a/eg/ma-legs.hy +++ b/eg/ma-legs.hy @@ -6,4 +6,4 @@ (for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})] - (print x)) + (print (index x "first_name")))