Nice, can't wait to try it out.
Thanks to all you RPi developer / programmer... guys.
Code: Select all
[Unit]
Description=Mount /mnt/hd directory
[Mount]
What=/dev/disk/by-uuid/556eed90-51c4-483a-bbe5-f4685e6d99cd
Where=/mnt/hd
Type=ext4
Options=defaults
[Install]
WantedBy=network-online.targetCode: Select all
from twilio.rest import ClientCode: Select all
client = Client(account_sid, auth_token)Code: Select all
#!/usr/bin/env python