Add Oravița and Anina to roots

This commit is contained in:
Kenneth Bruen 2023-05-24 19:15:46 +02:00
parent 862d969a28
commit d37c873d68
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -157,7 +157,7 @@ def main
end
# @type [Array<String>]
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<String>]
visited_stations = Dir.entries(File.join $datestr, 'stations')
.filter { |entry| entry != '.' and entry != '..' }