From 7d931d097b28eecb0d15052b75e9d8a3be93ce47 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Thu, 24 Oct 2024 23:37:30 +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 4dad5c6..c255f2d 100755 --- a/gancioff +++ b/gancioff @@ -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'])