Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JethandHotman authored Oct 29, 2024
1 parent a010b65 commit 37a881d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Latitude = [-45,-25]
Longitude = [15,35]
variables = ["analysed_sst"]
my_time = (datetime.now() - timedelta(1)).strftime('%Y-%m-%d')
my_time = (datetime.now() - timedelta(7)).strftime('%Y-%m-%d')
output_fname = 'OSTIA_SST_SA_' + my_time +'.nc'
#print('Date: ', my_time)

Expand Down Expand Up @@ -457,9 +457,9 @@ def send_email(sender_email, sender_password, receiver_email, subject, message,
session.quit()

# Email details
reciever_email_list = ['[email protected]',
'[email protected]',
'[email protected]']
reciever_email_list = ['[email protected]']#,
# '[email protected]',
# '[email protected]']
#
#reciever_email_list = ['[email protected]']
#receiver_email = reciever_email_list
Expand Down

0 comments on commit 37a881d

Please sign in to comment.