main
Ryan Rix 2017-07-03 18:32:37 -05:00
parent e1b22a2125
commit 1a00853295
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def fetch_or_cache_runs():
output = r.json()
with open(CACHE_LOCATION, 'w') as f:
f.write(r.text)
return transformed_runs(output)
return transform_runs(output)
def transform_runs(raw_data):