Skip to content

Commit

Permalink
Update survey name from AUXTEL_PHOTO_IMAGING to BLOCK-306
Browse files Browse the repository at this point in the history
The name change happened on 2024-09-04
  • Loading branch information
hsinfang committed Sep 5, 2024
1 parent ab85d84 commit 9af867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prompt_processing_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def make_summary_message(day_obs):

day_obs_int = int(day_obs.replace("-", ""))

survey = "AUXTEL_PHOTO_IMAGING"
survey = "BLOCK-306"
next_visits = asyncio.run(get_next_visit_events(day_obs, 2, survey))

butler_nocollection = dafButler.Butler("/repo/embargo")
Expand Down

0 comments on commit 9af867a

Please sign in to comment.