diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-25 12:38:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-25 12:38:20 +0100 |
commit | 397d0b240d3326043b10a458e7a129cfd779834a (patch) | |
tree | 87cca26e7f3cf0249c4be06111c5d60892b739c4 /bin/send-comments | |
parent | fddc199ec409bd97ef47be85c68ff2e188504770 (diff) |
set jurisdiction and api_key for Open311
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 4 |
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 ) { |