Skip to content

Commit

Permalink
rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Jun 10, 2024
1 parent 41ae9ab commit 14d8659
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install/helioviewer/hvpull/servers/rhessi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ def compute_directories(self, start_date, end_date):
for energy_band in bands:
dirs.append(os.path.join(self.uri, date, energy_band))
return dirs

def get_starttime(self):
"""Default start time to use when retrieving data"""
return datetime.datetime.now() - datetime.timedelta(days=3)

0 comments on commit 14d8659

Please sign in to comment.