diff options
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 ) { |