From 04b3d3e1d1a5e544081c5b45164f8389ce9f0ec3 Mon Sep 17 00:00:00 2001 From: shaunbell Date: Thu, 9 Aug 2018 10:17:30 -0700 Subject: [PATCH] Add surprisingly dropped api parameter --- ARGOS_service_data_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARGOS_service_data_converter.py b/ARGOS_service_data_converter.py index 0b9d274..b6ffe90 100755 --- a/ARGOS_service_data_converter.py +++ b/ARGOS_service_data_converter.py @@ -154,7 +154,7 @@ def __init__(self, missing=1e35): self.missing = missing @staticmethod - def get_data(fobj=None): + def get_data(fobj=None, time='current'): r""" Basic Method to open files. Specific actions can be passes as kwargs for instruments