summaryrefslogtreecommitdiff
path: root/rhautoimport-wr
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-20 15:56:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-20 15:56:50 (GMT)
commit270058507061600c4451eab173ab485644430166 (patch)
treea5ff58a55cf69057d143f193c9a203ea3abbae59 /rhautoimport-wr
parent9ef9b12bc2ee061c9e242ca7236deeac587691b0 (diff)
improved title and last-run reporting
Diffstat (limited to 'rhautoimport-wr')
-rwxr-xr-xrhautoimport-wr2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-wr b/rhautoimport-wr
index 97b38b3..4eb055d 100755
--- a/rhautoimport-wr
+++ b/rhautoimport-wr
@@ -40,6 +40,7 @@ my $RSS_URL = "https://cba.fro.at/series/werkstatt-radio/feed";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $RD_GROUP = "werkstatt";
my $PV_ID = '567';
+my $TITLE="Werkstatt-Radio";
my $LAST_RUN = 0;
binmode(STDIN, ":utf8");
@@ -54,6 +55,7 @@ if($curweek == 1 || $curweek == 3) {
$LAST_RUN = 1;
}
}
+rhautoimport::report_title_and_last($TITLE, $LAST_RUN);
my @today = Date::Calc::Today();