From d37c873d688a0adddbc832249e2ecaba2a640ca7 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Wed, 24 May 2023 19:15:46 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Oravi=C8=9Ba=20and=20Anina=20to=20roots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analysis.rb | 2 +- archival.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis.rb b/analysis.rb index 9b149aa..f7052fe 100755 --- a/analysis.rb +++ b/analysis.rb @@ -167,4 +167,4 @@ arrival_delays.to_a.sort {|a, b| b[1].count <=> a[1].count}.each do |delay, trai }.join(", ") end puts -# end +end diff --git a/archival.rb b/archival.rb index efbda21..22a95e6 100755 --- a/archival.rb +++ b/archival.rb @@ -157,7 +157,7 @@ def main end # @type [Array] - roots = ['București Nord', 'Brașov', 'Iași', 'Titan Sud', 'Oltenița'] + roots = ['București Nord', 'Brașov', 'Iași', 'Titan Sud', 'Oltenița', 'Oravița', 'Anina'] # @type [Array] visited_stations = Dir.entries(File.join $datestr, 'stations') .filter { |entry| entry != '.' and entry != '..' }