Skip to content

Commit

Permalink
Fix text of log message
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 29, 2023
1 parent 3536d3f commit 5e34c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/legislators.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
$html = get_content('https://virginiageneralassembly.gov/house/members/members.php?ses=' . SESSION_YEAR);
if ($html == false)
{
$log->put('Could not load Senate listing. Abandoning efforts.', 5);
$log->put('Could not load House listing. Abandoning efforts.', 5);
return;
}
preg_match_all('/id=\'member\[H([0-9]+)\]\'><td width="190px"><a class="bioOpener" href="#">(.*?)<\/a>/m', $html, $delegates);
Expand Down

0 comments on commit 5e34c8c

Please sign in to comment.