Skip to content

Commit

Permalink
Add surprisingly dropped api parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell committed Aug 9, 2018
1 parent 8440aa7 commit 04b3d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARGOS_service_data_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04b3d3e

Please sign in to comment.