summaryrefslogtreecommitdiff
path: root/rhautoimport-fl
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-fl')
-rwxr-xr-xrhautoimport-fl2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-fl b/rhautoimport-fl
index 441a51a..2b8cea0 100755
--- a/rhautoimport-fl
+++ b/rhautoimport-fl
@@ -42,6 +42,7 @@ my $RSS_URL = "https://cba.fro.at/series/frequenz-leitwolf/feed";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $RD_GROUP = "leitwolf";
my $PV_ID = '571';
+my $TITLE="Frequenz Leitwolf";
my $LAST_RUN = 0;
binmode(STDIN, ":utf8");
@@ -56,6 +57,7 @@ if($curweek == 1 || $curweek == 3) {
$LAST_RUN = 1;
}
}
+rhautoimport::report_title_and_last($TITLE, $LAST_RUN);
my @allowed_dbs = rhautoimport::get_dropboxes($RD_GROUP);