mirror of
https://github.com/narkoz/hacker-scripts
synced 2025-08-24 03:17:11 +00:00
commit
667627d03d
@ -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)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user