aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-04-25 12:38:20 +0100
committerStruan Donald <struan@exo.org.uk>2012-04-25 12:38:20 +0100
commit397d0b240d3326043b10a458e7a129cfd779834a (patch)
tree87cca26e7f3cf0249c4be06111c5d60892b739c4
parentfddc199ec409bd97ef47be85c68ff2e188504770 (diff)
set jurisdiction and api_key for Open311
-rwxr-xr-xbin/send-comments4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/send-comments b/bin/send-comments
index 388f0ec79..70289e9b1 100755
--- a/bin/send-comments
+++ b/bin/send-comments
@@ -53,7 +53,9 @@ while ( my $council = $councils->next ) {
);
my $o = Open311->new(
- endpoint => $council->endpoint
+ endpoint => $council->endpoint,
+ jurisdiction => $council->jurisdiction,
+ api_key => $council->api_key,
);
while ( my $comment = $comments->next ) {