From 4d609962ca356e3ee1719635dad706475eb4589e Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 28 Jan 2016 12:47:34 -0700
Subject: [PATCH] Fix broken channels parameter name

---
 geomagio/Controller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/Controller.py b/geomagio/Controller.py
index 6cd3ae81..1b9ce45c 100644
--- a/geomagio/Controller.py
+++ b/geomagio/Controller.py
@@ -73,7 +73,7 @@ class Controller(object):
                     start=starttime,
                     end=endtime,
                     observatory=obs,
-                    channel=channels)
+                    channels=channels)
             timeseries += self._inputFactory.get_timeseries(
                     observatory=obs,
                     starttime=input_start,
-- 
GitLab