From 4108a751f0218a5daa995d5eea05b3763d394709 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Fri, 25 Oct 2024 07:40:48 +0200 Subject: [PATCH] Commented out a line that was used for testing --- gancioff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gancioff b/gancioff index 5c7af01..d2793c4 100755 --- a/gancioff +++ b/gancioff @@ -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'])