Commented out a line that was used for testing

This commit is contained in:
pezcurrel 2024-10-25 07:40:48 +02:00
parent 1521edcc12
commit 4108a751f0

View file

@ -441,7 +441,7 @@ foreach ($feed->channel->item as $item) {
} else {
if ($opts['verbose']) echo "Info: event «{$guid}» has already been posted on ".date('c',$guids[$guid]).", skipping.\n";
}
fclose($fh); exit(0);// to test a single post
// fclose($fh); exit(0);// to test a single post
}
fclose($fh);
if ($opts['do-post'])