Commented out a line that was used for testing

This commit is contained in:
pezcurrel 2024-10-24 23:37:30 +02:00
parent 757028151c
commit 7d931d097b

View file

@ -434,7 +434,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'])