From: Nathan TeBlunthuis Date: Sat, 28 Mar 2020 20:55:52 +0000 (-0700) Subject: Read entire input files before making api calls. X-Git-Url: https://code.communitydata.science/covid19.git/commitdiff_plain/207b1f8b95096f2dcde913f7556003ad59e41123?ds=inline;hp=207b1f8b95096f2dcde913f7556003ad59e41123 Read entire input files before making api calls. This is nicer style to not hold onto resources for as long. It will use a bit more memory. ---