Merge branch 'wife' of github.com:TheRakken/hacker-scripts into wife
This commit is contained in:
commit
8896bc6efe
|
|
@ -39,7 +39,7 @@ client = TwilioRestClient(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN)
|
|||
client.messages.create(
|
||||
to=her_number,
|
||||
from=my_number,
|
||||
body="Gonna work from home. " + random.choice(reasons)
|
||||
body="Late at work. " + random.choice(reasons)
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue