X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/88ba316abeecffccd1cb51c63ce5594c95023624..2fabc46421f9e908ef6902ea7c4890a0032af446:/script/statistics
diff --git a/script/statistics b/script/statistics
index 33205fe62..ffc672b0b 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 |
"
@@ -86,7 +87,7 @@ rescue StandardError => e
puts "Exception: #{e}
#{e.backtrace.join('
')}
"
end
-puts "Report took #{(Time.new - start_time)} seconds to run
"
+puts "Report took #{Time.new - start_time} seconds to run
"
puts ""
puts "