Skip to content

Commit

Permalink
Merge pull request #284 from sot/change-email
Browse files Browse the repository at this point in the history
Change acq anomaly notification from aca_alert to aca email
  • Loading branch information
jeanconn authored Aug 7, 2023
2 parents 2f29b7c + 2eaf002 commit 0636198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mica/stats/update_acq_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

SKA = os.environ['SKA']
table_file = os.path.join(SKA, 'data', 'acq_stats', 'acq_stats.h5')
DEFAULT_EMAIL = ['aca_alert@cfa.harvard.edu']
DEFAULT_EMAIL = ['aca@cfa.harvard.edu']

def get_options():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 0636198

Please sign in to comment.