Skip to content

Commit

Permalink
Change 'image' to 'video'
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamotura authored Jan 21, 2025
1 parent a58c1a0 commit 8e42e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/send_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main() -> None:
with open('video.mp4', 'rb') as f:
vid_data = f.read()

Check failure on line 11 in examples/send_video.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (W293)

examples/send_video.py:11:1: W293 Blank line contains whitespace
# Add image aspect ratio to prevent default 1:1 aspect ratio
# Add video aspect ratio to prevent default 1:1 aspect ratio
# Replace with your desired aspect ratio
aspect_ratio = models.AppBskyEmbedDefs.AspectRatio(height=100, width=100)

Expand Down

0 comments on commit 8e42e3e

Please sign in to comment.