Spaces:
Running
Running
Update app.py
Browse files
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']}
|