aboutsummaryrefslogtreecommitdiffstats
path: root/stats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'stats.pl')
-rwxr-xr-xstats.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/stats.pl b/stats.pl
index 18582eb..bfffe07 100755
--- a/stats.pl
+++ b/stats.pl
@@ -37,6 +37,7 @@ my @group_names = ();
my $content = get($score_url);
if (!defined($content)) {
print STDERR "Could not fetch scoreboard!";
+ exit 1
}
my @content = split /^-+$/m, $content;