問題があります。助けが必要です。PushBullet
Pythonで使いたいのですが、エラーになりました。
ここに私のコード:
from pushbullet import PushBullet
from pushbullet import device
apik="myapikey"
pb=PushBullet(apik)
de=pb.devices[0]
success, push = de.push_note("adsadasd","asdasdasd asd asd")
次のエラーが表示されます。
Traceback (most recent call last):
File "gggg.py", line 6, in <module>
de = pb.devices[0]
IndexError: list index out of range
どうすればこの問題を解決できますか?