From 49e06f2f1467da10484320185d3c2316a76278e5 Mon Sep 17 00:00:00 2001
From: Fredrik <70209145+fredrik-lindseth@users.noreply.github.com>
Date: Wed, 17 Feb 2021 21:32:38 +0000
Subject: [PATCH] Update statistics
---
script/statistics | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/script/statistics b/script/statistics
index cd9e9afa7..cab1a5191 100755
--- a/script/statistics
+++ b/script/statistics
@@ -11,7 +11,8 @@ puts "
OpenStreetMap Statistics"
puts ""
puts ""
puts ""
-puts "OpenStreetMap stats report run at #{start_time}
"
+puts "OpenStreetMap stats
"
+puts "Report run at #{start_time}
"
begin
ActiveRecord::Base.transaction do
@@ -29,7 +30,7 @@ begin
puts "Number of relations | #{relation_count} |
"
puts ""
- puts "Top 50 users for uploads of GPS data
"
+ puts "Top 50 users for uploads of GPS data
"
puts ""
puts "User | Number of Points |
"
@@ -40,7 +41,7 @@ begin
puts "
"
- puts "Number of users editing over the past...
"
+ puts "Number of users editing over the past...
"
puts ""
puts "Data Type | Day | Week | Month |
"
@@ -58,7 +59,7 @@ begin
puts "
"
- puts "Top users editing over the past...
"
+ puts "Top users editing over the past...
"
puts ""
puts "Day | Week | Month |
"
--
2.39.5