From c5b587243dae2e5eaa38084843e7843f4921d1f6 Mon Sep 17 00:00:00 2001 From: -k Date: Sat, 14 Aug 2021 18:22:18 -0700 Subject: [PATCH] Comment pull_bulk --- src/frightcrawler.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frightcrawler.cr b/src/frightcrawler.cr index 3390977..e0ab7de 100644 --- a/src/frightcrawler.cr +++ b/src/frightcrawler.cr @@ -23,6 +23,7 @@ def pull_bulk bulk_json = JSON.parse("#{bulk_api.body}") download_link = bulk_json["data"][3]["download_uri"] if File.exists?("bulk-data.json") + # daily bulk data pulls local_time = Time.utc.to_unix modification_time = File.info("bulk-data.json").modification_time.to_unix bulk_time = 86000