This commit is contained in:
Sachin 2017-05-14 15:52:31 +00:00 committed by GitHub
commit fb0863d266

View File

@ -30,7 +30,7 @@ client = TwilioRestClient(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN)
client.messages.create(
to=her_number,
from_=my_number,
from=my_number,
body="Late at work. " + random.choice(reasons)
)