KeshavRa commited on
Commit
da6d7c6
·
verified ·
1 Parent(s): 95f51c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -301,6 +301,7 @@ else:
301
  auth_token = os.environ["auth_token"]
302
  client = Client(account_sid, auth_token)
303
 
 
304
  for i in range(len(shelters)):
305
  message_body.append(f'''
306
  {shelters[i]['Organization Name']}: {shelters[i]['Program Name']}
 
301
  auth_token = os.environ["auth_token"]
302
  client = Client(account_sid, auth_token)
303
 
304
+ message_body = ''
305
  for i in range(len(shelters)):
306
  message_body.append(f'''
307
  {shelters[i]['Organization Name']}: {shelters[i]['Program Name']}