added newsletter
This commit is contained in:
parent
5fc1c6bdae
commit
63cb6c3723
8 changed files with 729 additions and 1101 deletions
|
|
@ -155,6 +155,7 @@ sub loadSiteData {
|
|||
}
|
||||
else {
|
||||
my $siteData = {};
|
||||
print "Reading site configs. $url responded with: " . $response->content . "\n";
|
||||
eval { $siteData = JSON::decode_json($response->content); };
|
||||
if ($@) {
|
||||
$self->error("Couldn't fetch Spectre configuration data for $key : $@");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue