Skip to content

Commit

Permalink
Skip ingest also needs to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Moss committed Jun 7, 2019
1 parent f1ccd6e commit 1f8b715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def make_verification(obs,mode):
obs.extra = ''
obs.hadec = ''
obs.delayoffset = ''
obs.skipingest = ''

# Define start time as 5 min from now
obs.sdate = datetime.utcnow().replace(microsecond=0) + timedelta(minutes=5)
Expand Down

0 comments on commit 1f8b715

Please sign in to comment.