diff --git a/singghtorrent/helpers/dl_ghtorrent.py b/singghtorrent/helpers/dl_ghtorrent.py index c1c688a..49b76ca 100644 --- a/singghtorrent/helpers/dl_ghtorrent.py +++ b/singghtorrent/helpers/dl_ghtorrent.py @@ -103,8 +103,9 @@ def download_github_data(date: str): else: break - # if should_skip(date, "interim"): - # return + # Skip if already complete + if should_skip(date, "interim"): + return ext_dl_path = sg.storage_external_root() / "ghtorrent/{}.json.gz".format(date) # Try and get github data