From 0bafa3107278da2c82b402385b56dbef3af8e7f9 Mon Sep 17 00:00:00 2001 From: Shashank Atreya Date: Fri, 13 Oct 2023 21:07:05 +0530 Subject: [PATCH] remove space --- cron/wiki_hotness.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/wiki_hotness.php b/cron/wiki_hotness.php index d25833e..a1eaddf 100644 --- a/cron/wiki_hotness.php +++ b/cron/wiki_hotness.php @@ -181,4 +181,4 @@ curl_setopt( $ch, CURLOPT_URL, "http://127.0.0.1:6081/" ); curl_exec( $ch ); $code = curl_getinfo( $ch, CURLINFO_HTTP_CODE ); - print "Purge: $code\n"; +print "Purge: $code\n";