1

私はこのようなことを試しました:

from pushbullet import PushBullet

API_KEY = myAPIKey

pb = PushBullet(myAPIKey)

push = pb.push_note('Title', 'Desc', channel="myTag")

すでにチャネルを作成しています (相対タグを使用)。このコードは出力を生成します

data["channel_tag"] = channel.channel_tag; AttributeError: 'str' オブジェクトに属性 'channel_tag' がありません

私は何を間違っていますか?

4

0 に答える 0