mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Reorder libraries on app.py
This commit is contained in:
@@ -8,6 +8,6 @@ PHONE_NUMBER_PERSONAL = os.getenv('PHONE_NUMBER_PERSONAL')
|
||||
|
||||
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,
|
||||
body="Hello from Python!")
|
Reference in New Issue
Block a user