Reorder libraries on app.py
This commit is contained in:
parent
23ac13f5d1
commit
3f75138d16
|
@ -8,6 +8,6 @@ PHONE_NUMBER_PERSONAL = os.getenv('PHONE_NUMBER_PERSONAL')
|
||||||
|
|
||||||
client = Client(SID, AUTH_TOKEN)
|
client = Client(SID, AUTH_TOKEN)
|
||||||
|
|
||||||
message=client.messages.create(to=PHONE_NUMBER_PERSONAL,
|
message = client.messages.create(to=PHONE_NUMBER_PERSONAL,
|
||||||
from_=PHONE_NUMBER_BOT,
|
from_=PHONE_NUMBER_BOT,
|
||||||
body="Hello from Python!")
|
body="Hello from Python!")
|
Loading…
Reference in New Issue