Skip to content

Commit

Permalink
Update examples/advanced_usage/send_embed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Dec 7, 2024
1 parent 107a3e3 commit e7b4e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced_usage/send_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from atproto import Client, models

# image of a condescending cat stare
DEFAULT_IMAGE_URL = 'https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:xbtmt2zjwlrfegqvch7fboei/bafkreiae4rcokecag5qlpvg6l3otzulqn3hllnazmz2ezyqfl6xzpy5noe@jpeg'
DEFAULT_IMAGE_URL = 'https://cdn.bsky.app/img/avatar/plain/did:plc:kvwvcn5iqfooopmyzvb4qzba/bafkreicwqcugdgubtawr6xv6jjifoju67eigwx2xgz4zs73nkzzn36oucy@jpeg'


def main(handle: str, password: str) -> None:
Expand Down

0 comments on commit e7b4e50

Please sign in to comment.