2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-24 03:17:11 +00:00

Merge pull request #63 from chowraid/master

Error on line 33
This commit is contained in:
Nihad Abbasov 2015-11-29 07:34:29 +04:00
commit 667627d03d

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)
)