Browse Source

Add last executed run file

master
Kenneth Bruen 2 years ago
parent
commit
4bbc1c9891
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      archival.rb

1
archival.rb

@ -300,6 +300,7 @@ def main
stations: failed_stations, stations: failed_stations,
trains: failed_trains, trains: failed_trains,
})) }))
File.write('./last_executed_run.txt', $datestr)
end end
if __FILE__ == $0 if __FILE__ == $0

Loading…
Cancel
Save