Merge branch 'wife' of github.com:TheRakken/hacker-scripts into wife

This commit is contained in:
EL 2015-11-23 20:17:37 +03:00
commit 8896bc6efe

View File

@ -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: