mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-04-13 17:12:16 +02:00
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…
x
Reference in New Issue
Block a user