diff options
Diffstat (limited to 'rhautoimport-po')
-rwxr-xr-x | rhautoimport-po | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rhautoimport-po b/rhautoimport-po index 8d3caeb..b8bf682 100755 --- a/rhautoimport-po +++ b/rhautoimport-po @@ -40,6 +40,7 @@ my $RSS_URL = "https://cba.fro.at/series/panoptikum-bildung/feed"; $XML::Feed::MULTIPLE_ENCLOSURES=1; my $RD_GROUP = "panoptikum"; my $PV_ID = '570'; +my $TITLE="Panoptikum"; my $LAST_RUN = 0; binmode(STDIN, ":utf8"); @@ -54,6 +55,8 @@ if($curweek == 2 || $curweek == 4) { $LAST_RUN = 1; } } +rhautoimport::report_title_and_last($TITLE, $LAST_RUN); + my @today = Date::Calc::Today(); print "today: " . Date::Calc::Date_to_Text(@today) . " (Week: " . $curweek . ")\n"; |