Skip to content

Commit

Permalink
Send to skypoortal marks sent=True
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 17, 2024
1 parent e5280f4 commit f63a6a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,11 @@

send_to_skyportal = [
SkyportalCandidateUploader(**winter_fritz_config),
HeaderEditor(edit_keys="sent", values=True),
DatabaseSourceInserter(
db_table=Candidate,
duplicate_protocol="replace",
),
]

# To make a mosaic by stacking all boards
Expand Down

0 comments on commit f63a6a0

Please sign in to comment.