Skip to content
Snippets Groups Projects
Commit 4d609962 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Fix broken channels parameter name

parent 7ab11030
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment