Add Oravița and Anina to roots
This commit is contained in:
parent
862d969a28
commit
d37c873d68
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 != '..' }
|
||||
|
|
Loading…
Add table
Reference in a new issue