Compare commits
No commits in common. "3d6a5f6249a98d5ca64152f58047a03c8a103607" and "43c61c02471a0b4901c596a7f66cb20e36ca2925" have entirely different histories.
3d6a5f6249
...
43c61c0247
1 changed files with 0 additions and 2 deletions
|
@ -141,7 +141,6 @@ class Log
|
||||||
end
|
end
|
||||||
|
|
||||||
def main
|
def main
|
||||||
File.write('./last_attempted_run.txt', $datestr)
|
|
||||||
log = Log.new
|
log = Log.new
|
||||||
|
|
||||||
log.add "Creating archive for yesterday, #{$datestr}"
|
log.add "Creating archive for yesterday, #{$datestr}"
|
||||||
|
@ -301,7 +300,6 @@ 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…
Add table
Reference in a new issue