From 1fe5435f69a9f3584c226b752fe08d2009ecdb2a Mon Sep 17 00:00:00 2001 From: Travis Rivers <trivers@contractor.usgs.gov> Date: Wed, 19 Aug 2020 10:02:32 -0600 Subject: [PATCH] fix format issue --- geomagio/api/ws/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geomagio/api/ws/data.py b/geomagio/api/ws/data.py index 70c8d031f..a86fd7121 100644 --- a/geomagio/api/ws/data.py +++ b/geomagio/api/ws/data.py @@ -155,6 +155,6 @@ def get_data( # read data timeseries = get_timeseries(data_factory, query) # output response - return format_timeseries( - timeseries=timeseries, format=format, elements=query.elements + return format_timesees( + timeseries=timeseries, format=query.format, elements=query.elements ) -- GitLab